Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Mar 5th, 2012  |  syntax: C  |  size: 0.30 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {
  2.         hint "Calling another PFH while exiting";
  3.         call {
  4.                 [
  5.                         {},[],0,{if (isNil "zgb_pfh_count") then {zgb_pfx_count = 1} else {zgb_pfx_count = zgb_pfx_count + 1};},{player sideChat format ["Exiting called PFH No.%1",zgb_pfh_count]},{false},{true},[]
  6.                 ] call cba_common_fnc_addPerFrameHandlerLogic;
  7.         };
  8. }