05.03.2009, 16:19
Hi! How can i changa message when enter wrong commands SERVER: Unkonwn Command to Server: that command does not exist
OnPlayerCommandText(playerid,cmdtext[])
{
[...]
// some commands
[...]
return SendClientMessage(playerid, colour, "That command does not exist"
}