Killing timers for individual players?
#5

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
Reply


Messages In This Thread
Killing timers for individual players? - by milanosie - 05.02.2012, 09:29
Re: Killing timers for individual players? - by =WoR=Varth - 05.02.2012, 09:31
Re: Killing timers for individual players? - by milanosie - 05.02.2012, 10:33
Re: Killing timers for individual players? - by iTorran - 05.02.2012, 10:35
Re: Killing timers for individual players? - by T0pAz - 05.02.2012, 10:37
Re: Killing timers for individual players? - by milanosie - 05.02.2012, 10:40

Forum Jump:


Users browsing this thread: 2 Guest(s)