31.10.2016, 03:53
If you're using ZCMD, add this callback somewhere in your script, outside callbacks.
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) { if (!success) { SendClientMessage(playerid,-1,"[SERVER]unknown Command please read /cmds and /help To Help You. "); } }