21.01.2011, 11:50
Im Using Dcmd, i was wondering in some servers i see that it is possiable to change the "Server: Unknown Command " Thing, Can someone Show me How? Thanks.. BTW i would prefer to change it to a Simple MSGBOX.
public OnPlayerCommandText(playerid, cmdtext[])
{
//your commands...
return SendClientMessage(playerid, color, "your text");
}