
Untitled
By: a guest on
Mar 5th, 2012 | syntax:
C | size: 0.30 KB | hits: 21 | expires: Never
{
hint "Calling another PFH while exiting";
call {
[
{},[],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},[]
] call cba_common_fnc_addPerFrameHandlerLogic;
};
}