31.01.2010, 09:59
It can, you are probably doing something wrong, can you post your actual code?
Also, here is a way to show it:
It will print Loop1 10 times and Loop2 10 times.
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");
}