12.02.2012, 18:41
What's "e" doing in SetTimerEx?
Your current format will only call the function with playerid: 0
It's supposed to be "i" or "d" for numbers..
Example:
SetTimerEx("MyFunction", 2000, false, "i", playerid);
And some other Timers need to have playerid parameters.. (using SetTimerEx) I only see "SetTimer".
Your current format will only call the function with playerid: 0
It's supposed to be "i" or "d" for numbers..
Example:
SetTimerEx("MyFunction", 2000, false, "i", playerid);
And some other Timers need to have playerid parameters.. (using SetTimerEx) I only see "SetTimer".

