18.05.2015, 18:46
Quote:
I have a lot of cicle named for(new [...]
but when pawn compiles there is no error about anything |
pawn Код:
for(new i = 100; i > 0; i++)
{
printf("%d", i);
}
I have a lot of cicle named for(new [...]
but when pawn compiles there is no error about anything |
for(new i = 100; i > 0; i++)
{
printf("%d", i);
}