18.03.2011, 00:15
Replace
with
You shouldn't add semi-colons after the final bracket of an if statement.
pawn Код:
if(strcmp(cmdtext, "/zelenxo", true) == 0);
pawn Код:
if(strcmp(cmdtext, "/zelenxo", true) == 0)