13.07.2009, 15:03
in this line
change it to -
pawn Код:
if(strcmp(cmd, "/help", true, 10) == 0)
pawn Код:
if(strcmp(cmd, "/help", true) == 0)

