03.10.2011, 22:50
You can also add a message instead of returning nothing:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
// stuff here
return SendClientMessage(playerid,-1,"Invalid Command. Type /commands For A List Of Commands.");
}