10.02.2013, 17:59
Код:
public OnPlayerCommandText { here is where you got your commands return 0; }
return SendClientMessage(playerid, COLOR_RED, "There is no command like this");
If you want to completely remove it, do
return SendClientMessage(playerid, COLOR_RED, "");