27.12.2012, 04:44
This timer will be killed for all the players. U need to do it like this:
Next time please use Tags [ pawn ][ /pawn ] for your codes.
pawn Код:
new Timer[MAX_PLAYERS];
Timer[playerid] = SetTimerEx("function", 1000, true, "d", playerid);
KillTimer(Timer[playerid]);