27.07.2013, 14:26
No problem reason was it was set to
i changed it to
if you set repeating to true means that it will be called repeatedly (only be stopped with KillTimer)
we set it to false so its only called the once (when its needed)
details here for future reference:
https://sampwiki.blast.hk/wiki/SetTimerEx
pawn Код:
SetTimerEx("endspawnkillprotect", 5000, true, "i", playerid);
pawn Код:
SetTimerEx("endspawnkillprotect", 5000, false, "i", playerid);
we set it to false so its only called the once (when its needed)
details here for future reference:
https://sampwiki.blast.hk/wiki/SetTimerEx