Question about timer for a player.
#1

How is more correctly?

This:

Code:
timer[playerid] = SetTimerEx.......
or this:

Code:
timer = SetTimerEx.......
Reply
#2

Both are correct, it all depends on what you're making the timer for. If you're making a player timer you could use timer[playerid] I guess. If you want to set a timer for a public then use timer = SetTimerEx.
Reply
#3

trying to make timer for 1 player. Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)