11.10.2017, 23:31
My example is
This for command that does not exist
This for command that has a usage
in Example
This for command that does not exist
Quote:
ERROR: Unknown command! Check: /cmds |
Quote:
USAGE: /ME<Text> |
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { dcmd(me, 2, cmdtext); return SendClientMessage(playerid, COLOR_RED, "ERROR: Unknown Command! Check: /cmds"); }