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