08.08.2012, 17:28
Well, you're using strcmp to handle commands, aren't you? Then you should remove this line
Edit:
Just a tip: OnPlayerCommandText should return 0 so other commands could be reached.
pawn Код:
#include <zcmd>
Just a tip: OnPlayerCommandText should return 0 so other commands could be reached.