About timers..
#1

I want to ask you if it is better to use global timers (SetTimer) or parallel async player timers (SetTimerEx) to check, store, edit variables, position, vehicles etc..
Reply
#2

SetTimer
It is used when there is no special syntax to execute that public function forexample "OnDerbyStart()"

SetTimerEx
It is not called player timers,it is used to execute public functions that have some special syntax,it is mostly used for player public functions like "KickPlayer(playerid)" thats why most of newbies think its a timer thats only used for player public function which destroys their understanding,i recommend you to learn from wiki before experimenting with functions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)