Local Countdown
#5

pawn Код:
SetTimer("countdown",1000,0);
Your countdown() function contains the required variable of "playerid", calling the function without that variable would most likely trigger it for 0. I've revised that line of code for you.

pawn Код:
SetTimerEx("countdown", 1000, 0, "d", playerid);
SetTimerEx allows you to parse multiple variables to the timed function.
Reply


Messages In This Thread
Local Countdown - by [KMA]DlennartD - 01.08.2010, 01:08
Re: Local Countdown - by Kar - 01.08.2010, 01:13
Re: Local Countdown - by [KMA]DlennartD - 01.08.2010, 01:31
Re: Local Countdown - by Kar - 01.08.2010, 01:44
Re: Local Countdown - by Calgon - 01.08.2010, 01:45
Re: Local Countdown - by [KMA]DlennartD - 04.08.2010, 09:47
Re: Local Countdown - by Kar - 04.08.2010, 13:58
Re: Local Countdown - by [KMA]DlennartD - 04.08.2010, 20:34
Re: Local Countdown - by ikey07 - 04.08.2010, 20:36
Re: Local Countdown - by Finn - 04.08.2010, 22:31

Forum Jump:


Users browsing this thread: 1 Guest(s)