13.06.2015, 18:27
There are two callbacks from ZCMD:
and
If you want for commands that exist in the scripts, use the second one.
pawn Код:
OnPlayerCommandReceived(playerid, cmdtext[])
pawn Код:
OnPlayerCommandPerformed(playerid, cmdtext[], success)