SA-MP Forums Archive
Y_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)
+--- Thread: Y_Timers (/showthread.php?tid=642366)



Y_Timers - StrikerZ - 29.09.2017

PHP Code:
ptask PlayerCheck[1000](playerid
Would it affect the server's performance?
Just wanna know if it does or not, if yes I'll switch to a global one.


Re: Y_Timers - Misiur - 29.09.2017

ptask is basically one timer with a foreach in it, so don't worry about that


Re: Y_Timers - StrikerZ - 29.09.2017

Quote:
Originally Posted by Misiur
View Post
ptask is basically one timer with a foreach in it, so don't worry about that
Alright, thanks.