22.12.2010, 13:37
https://sampforum.blast.hk/showthread.php?tid=201799 ??
Remove the "" at the end of all your SetTimerEx, they might cause problems, as you only need to submit one parameter. The 1 after the "i" should also not be a 1, but playerid, because this is the variable you need to pass to the "FirstJack"
SetTimerEx("FirstJack", 110000, false, "i", playerid);
Remove the "" at the end of all your SetTimerEx, they might cause problems, as you only need to submit one parameter. The 1 after the "i" should also not be a 1, but playerid, because this is the variable you need to pass to the "FirstJack"
SetTimerEx("FirstJack", 110000, false, "i", playerid);