Countdown TextDraw bugged.
#8

LOL, I got your problem. Sorry I didn't get it first.
You are trying to set a timer with a playerid argument in it with SetTimer, which is impossible.
For setting a timer with a function which has it's arguments/parameters, the format is:
pawn Code:
SetTimerEx("MyFunction", Time, Repeating, "Specifier of the argument", Argument name...);
//In your case, it would be:
SetTimerEx("Gametime", 1000, 1, "d", playerid);
Reply


Messages In This Thread
Countdown TextDraw bugged. - by Dex007HLH - 16.02.2013, 01:03
Re: Countdown TextDraw bugged. - by Luis- - 16.02.2013, 02:13
Respuesta: Re: Countdown TextDraw bugged. - by Dex007HLH - 16.02.2013, 04:02
Re: Countdown TextDraw bugged. - by RajatPawar - 16.02.2013, 04:12
Respuesta: Re: Countdown TextDraw bugged. - by Dex007HLH - 16.02.2013, 04:17
Re: Countdown TextDraw bugged. - by RajatPawar - 16.02.2013, 04:30
Respuesta: Re: Countdown TextDraw bugged. - by Dex007HLH - 16.02.2013, 04:43
Re: Countdown TextDraw bugged. - by RajatPawar - 16.02.2013, 04:51
Respuesta: Re: Countdown TextDraw bugged. - by Dex007HLH - 16.02.2013, 05:01
Re: Countdown TextDraw bugged. - by RajatPawar - 16.02.2013, 05:04

Forum Jump:


Users browsing this thread: 1 Guest(s)