SA-MP Forums Archive
little question about loops - 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: little question about loops (/showthread.php?tid=424372)



little question about loops - Salim_Karaja - 21.03.2013

I have something simillar to this code:
pawn Код:
//1 ..
for(...)
{
    //2 ..
}
// 3
The question is:
will part 3 of this code be executed after the loop finish or after the first loop ?


Re: little question about loops - MP2 - 21.03.2013

After the entire loop is finished.