SA-MP Forums Archive
[HELP] Jobs and timers - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Jobs and timers (/showthread.php?tid=186244)



[HELP] Jobs and timers - Pooh7 - 28.10.2010

Hello

I'm making some jobs for my RP server. And when player is doing some job and enter checkpoint server will freeze him for 10 seconds. Okay, it works.

But, which timer is better: SetTimer or SetTimerEx. I have read on some forum that is SetTimerEx just for one player, but SetTimer is global, for all...
Which timer to use, and why? What is different in SetTimer and SetTimerEx?


Re: [HELP] Jobs and timers - Cameltoe - 28.10.2010

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

Main difference is that SetTimerEx can parse parameters.