while cikle - 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: while cikle (
/showthread.php?tid=604827)
while cikle -
ScIrUsna - 10.04.2016
Hi,
If i use
while( .. )
What longest time i could do while because i know if you do it too long it could harm or freeze your server
Re: while cikle -
Threshold - 10.04.2016
As far as I know, the server will essentially hang until the while loop finishes. Why would you want a 'while' loop to continue for a long time, what are you trying to do?
Re: while cikle -
ScIrUsna - 11.04.2016
For ex find free array using random?
Re: while cikle -
Threshold - 11.04.2016
You can use y_iterate (foreach) for that.
https://sampforum.blast.hk/showthread.php?tid=571159