Timer is going negative.
#3

replace on top
pawn Код:
new AfterLifeTimer; // its global for only one player
to
pawn Код:
new AfterLifeTimer[MAX_PLAYERS]; // its for each player
then
pawn Код:
AfterLifeTimer[playerid] = SetTimerEx(...);
and
pawn Код:
KillTimer(AfterLifeTimer[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)