timer confusion - 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)
+--- Thread: timer confusion (
/showthread.php?tid=480742)
timer confusion -
||123|| - 12.12.2013
Is having several timers and each one having a single decision statement better than having one time with several conditional statements?
Re: timer confusion -
Vince - 12.12.2013
Regardless of how you arrange it, they all take the same processing time. However, between the execution of different functions the server syncs the players. If you have one large function then syncing may be delayed, resulting in lag.