03.10.2011, 22:00
How do i remove that stupid Unkown Command.. message the commands work but that damn thing keeps popping up I seen this topic before.. but i cant seem to find it
public OnPlayerCommandText(playerid, cmdtext[])
{
// stuff here
return SendClientMessage(playerid,-1,"Invalid Command. Type /commands For A List Of Commands.");
}