05.08.2010, 17:53
Go in your gamemode under "OnPlayerCommandText" to the:
and change to:
or to remove the message at all make it to:
I hope this helps you.
pawn Код:
return 0;
pawn Код:
return SendClientMessage(playerid, red, "Non-Existing cmd!!"); //Or whatever.
pawn Код:
return 1;