20.03.2009, 00:33
1) Return 0 not 1 at the end of OnPlayerCommandText and your problem should be fixed
2) Make commands like
into
2) Make commands like
pawn Код:
if(strcmp(cmdtext, "/mycommand", true, 3)==0)
pawn Код:
if(strcmp(cmdtext, "/mycommand", true)==0)