04.12.2010, 13:47
Okay well I read through some of that ZCMD documentation, and it says that if you return 0 anywhere in
Then it will show the standard unknown command message from returning 0 in OnPlayerCommandText, so do you use that callback at all? If you do, please show the contents of it.
Also show OnPlayerCommandRecieved if you use it.
pawn Код:
OnPlayerCommandPerformed(playerid, cmdtext[], success)
Also show OnPlayerCommandRecieved if you use it.