19.11.2010, 20:30
You must to have
so will be:
Код:
return SendClientMessage(playerid, RED, "That is an unknown command! Type /cmds for a list of available commands.");
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { //stuff //another stuff return SendClientMessage(playerid, RED, "That is an unknown command! Type /cmds for a list of available commands."); }