SERVER:Unknown command
#2

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


Messages In This Thread
SERVER:Unknown command - by ShawnMiller1337 - 05.08.2010, 17:50
Re: SERVER:Unknown command - by Jeffry - 05.08.2010, 17:53

Forum Jump:


Users browsing this thread: 1 Guest(s)