14.05.2012, 08:01
pawn Code:
public OnPlayerCommandText(playerid,cmdtext[])
{
//---- all commands
return 0;
}
pawn Code:
return SendClientMessage(playerid,-1,"Invalid COmmand");
So it returns That message where " -1 " is color you want , and Replace Invalid Command by message you want.