Timer stops randomly
#2

Are you using SetTimer or SetTimerEx?, use SetTimerEx if you gonna use playerid use SetTimerEx because the timer needs parameter

EDIT:

also if you want to keep the timer repeating just use something like this

pawn Код:
SetTimerEx(funcname, interval, true, format, float);
or if you use SetTimer it must be something like this

pawn Код:
SetTimer(funcname, interval, true);
false if you want to stop the timer after the timer calls the callback
Reply


Messages In This Thread
Timer stops randomly - by Dairyll - 13.04.2012, 00:06
Re: Timer stops randomly - by RollTi - 13.04.2012, 01:34
Re: Timer stops randomly - by Ash. - 13.04.2012, 01:35
Re: Timer stops randomly - by Dairyll - 13.04.2012, 01:40
Re: Timer stops randomly - by Dairyll - 13.04.2012, 01:48
Re: Timer stops randomly - by Dairyll - 13.04.2012, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)