Timer is going negative.
#2

A simple mistake.

You put the loop parameter to true; when to my knowledge it should be false.

Replace:
pawn Код:
AfterLifeTimer = SetTimerEx("AfterLife",1000,true,"i",playerid);
With:
pawn Код:
AfterLifeTimer = SetTimerEx("AfterLife",1000,false,"i",playerid);
Reply


Messages In This Thread
Timer is going negative. - by GuitarMan - 10.02.2015, 21:28
Re: Timer is going negative. - by Abagail - 10.02.2015, 21:30
Re: Timer is going negative. - by Jefff - 10.02.2015, 21:35
Re: Timer is going negative. - by GuitarMan - 10.02.2015, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)