03.10.2012, 20:11
Try using ZCMD as your command processor, it has a built in function which will return other commands so in your timer you will be able to simply return the command at the end of the timer using:
pawn Код:
return cmd_something(playerid, params);