Timer Issue
#1

I'm creating a script that switches "rounds" within the gamemode. Whenever the server detects one
person left in a vehicle it sets a timer to SetTimerEx("OnRoundEnd", 2000, false, "playerid"); yet the
stuff in OnRoundEnd only applies to ID 0 for some reason.
Reply
#2

Can you show the code?
Reply
#3

https://sampwiki.blast.hk/wiki/SetTimerEx

pawn Код:
SetTimerEx(funcname[], interval, repeating, const format[], {Float,_}:...)
Reply
#4

pawn Код:
SetTimerEx("OnRoundEnd", 2000, false, "i", playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)