06.12.2014, 22:01
You can use CallLocalFunction to call a ZCMD command. Example;
You can use SetTimerEx for param'd timers. You'll need a playerID to use commands, though, if your trying to make an automatic vehicle deletion system.
pawn Код:
CallLocalFunction("cmd_id", "ii", playerid, giveplayerid);

