21.07.2009, 04:02
You got it wrong.
I'll give you and example:
I'll give you and example:
pawn Код:
// variable.
new go[MAX_PLAYERS];
// set timer for player.
go[playerid] = SetTimerEx("GoTimer", 30000, 0, "i", playerid);
// kill timer for player.
KillTimer(go[playerid]);

