10.07.2010, 18:55
I have a little problem with the use of "continue". I tried using the following code:
- It didn't turn out well. I looked at the SA-MP Wiki: https://sampwiki.blast.hk/wiki/Control_Structures#continue
As I understand "continue" can only be used in loops, and not in a simple function. Is that correct? If not how can I make the above code work?
pawn Код:
if (!dini_Exists(File)) continue;
As I understand "continue" can only be used in loops, and not in a simple function. Is that correct? If not how can I make the above code work?