Timers
#2

pawn Код:
// Top of GM

new TimerKilling;

// Timer

TimerKilling = SetTimerEx(....);

// OnGameModeExit

KillTimer(TimerKilling);
To kill the timer, you have to define a variable.
Reply


Messages In This Thread
Timers - by CoDeZ - 06.07.2012, 15:31
Re: Timers - by .FuneraL. - 06.07.2012, 15:34
Re: Timers - by CoDeZ - 06.07.2012, 15:39
Re: Timers - by .FuneraL. - 06.07.2012, 15:40
Re: Timers - by [KHK]Khalid - 06.07.2012, 15:40
Re: Timers - by LaGrande - 06.07.2012, 16:01

Forum Jump:


Users browsing this thread: 1 Guest(s)