0 Errors but gamemode blocks itself
#9

Quote:
Originally Posted by Vince
Посмотреть сообщение
The compiler only checks the syntax. It does not account for logical errors. Consider:

pawn Код:
for(new i = 100; i > 0; i++)
{
    printf("%d", i);
}
This will run forever because i is forever greater than 0. The programmer intended to write 'i--', but due to force of habit wrote 'i++'.
Ok, how can I do then?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)