Killtimer for one player
#5

Make a variable.

pawn Код:
// top of script

new CountDown;

// wherever you execute the timer

CountDown = SetTimerEx("jcounting",1000,true,"i",playerid);

// when the timer = 0

KillTimer(CountDown);
Reply


Messages In This Thread
Killtimer for one player - by bartje01 - 01.12.2011, 20:32
Re: Killtimer for one player - by MP2 - 01.12.2011, 21:27
Re: Killtimer for one player - by grand.Theft.Otto - 01.12.2011, 21:33
Re: Killtimer for one player - by bartje01 - 01.12.2011, 21:35
Re: Killtimer for one player - by grand.Theft.Otto - 01.12.2011, 21:44
Re: Killtimer for one player - by bartje01 - 01.12.2011, 21:59

Forum Jump:


Users browsing this thread: 1 Guest(s)