SERVER:Unknown command
#1

Hello SA-MP Community , I have a situation with my gamemode , I searched "SERVER: Unknown Command" in my gamemode and nothing comes up but when I am in game ,and say I type /testblahblah it returns SERVER:Unknown Command , How would I remove it from saying server: unknown command ? any help please ?
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)