SetTimerEx not forwarding the correct playerid.
#3

Your line:
pawn Код:
ICD[playerid] = SetTimerEx("ICountDown", 100, 1, "i", "f", "f", "f", playerid, x, y, z);
Should be:
pawn Код:
ICD[playerid] = SetTimerEx("ICountDown", 100, 1, "ifff", playerid, x, y, z);
This is because the parameters are:
Код:
(funcname[], interval, repeating, const format[], {Float,_}:...)
So your const format[] is kind of like using format.
Reply


Messages In This Thread
SetTimerEx not forwarding the correct playerid. - by techg9 - 27.04.2013, 12:30
Re: SetTimerEx not forwarding the correct playerid. - by PT - 27.04.2013, 13:56
Re: SetTimerEx not forwarding the correct playerid. - by MattyG - 27.04.2013, 14:28
Re: SetTimerEx not forwarding the correct playerid. - by techg9 - 27.04.2013, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)