Pawn can't handle 2 loops?
#2

It can, you are probably doing something wrong, can you post your actual code?

Also, here is a way to show it:

pawn Код:
for(new i; i <= 10; i++)
{
    print("Loop1");
}
for(new s; s <= 10; s++)
{
    print("Loop2");
}
It will print Loop1 10 times and Loop2 10 times.
Reply


Messages In This Thread
Pawn can't handle 2 loops? - by goudewup - 31.01.2010, 09:54
Re: Pawn can't handle 2 loops? - by [HiC]TheKiller - 31.01.2010, 09:59
Re: Pawn can't handle 2 loops? - by ray187 - 31.01.2010, 10:16
Re: Pawn can't handle 2 loops? - by goudewup - 31.01.2010, 11:59
Re: Pawn can't handle 2 loops? - by ray187 - 31.01.2010, 12:07
Re: Pawn can't handle 2 loops? - by goudewup - 31.01.2010, 12:18
Re: Pawn can't handle 2 loops? - by Streetplaya - 31.01.2010, 12:20
Re: Pawn can't handle 2 loops? - by goudewup - 31.01.2010, 13:44
Re: Pawn can't handle 2 loops? - by ray187 - 31.01.2010, 14:44

Forum Jump:


Users browsing this thread: 3 Guest(s)