05.02.2012, 10:37
pawn Код:
new MyTimer[MAX_PLAYERS]; // Declare the array variable with MAX_PLAYERS as the size
MyTimer[playerid] = SetTimerEx(...); // Create the timer for the player
KillTimer(MyTimer[playerid]); //Kill the timer for the player