13.07.2012, 10:05
I am talking about logic errors, not syntax errors. Consider the following example:
This is still syntactically correct and it will compile, but it obviously won't work.
pawn Код:
if(GetPlayerScore(playerid) < 100 && GetPlayerScore(playerid) > 100)