SA-MP Forums Archive
Continue - 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: Continue (/showthread.php?tid=269957)



Continue - Roko_foko - 18.07.2011

Hey.
What does continue do when it is inside of for loop? And what if it is inside of a case in switch?

EDIT: It doesn't do anything to switch, but to loop in wich is switch().


Re: Continue - Shadoww5 - 18.07.2011

https://sampwiki.blast.hk/wiki/Keywords:Statements#continue


Re: Continue - Roko_foko - 18.07.2011

Quote:
Originally Posted by Shadoww5
Посмотреть сообщение
Okay thanks.