25.08.2012, 00:49
I just tried using YCMD, but it always shows me the "SERVER: Unknown command" message?
Here's my code.
How can I make it show a custom message like "ERROR: Unknown server command" when a command does not exist?
Here's my code.
Код:
CMD:command(playerid, params[]) { SendClientMessage(playerid, COLOR_GREEN, "INFO: Successfull message!"); return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { return 0; }