SERVER: Unknown Command
#1

when player types a wrong command then it says: "SERVER: Unknown Command",right?
so how can i edit the SERVER: Unknown Command to something else?
Reply
#2

You can't, at least I dont think you can.

I have a feeling that it's client sided.
Reply
#3

That have been asked alot of times before.
On the end of OnPlayerCommandText you have return 0;
change the return 0; to something like
pawn Код:
return SendClientMessage(playerid,YOUR_COLOR,"This is an Unknown command,Try using /Commands or /Help.");
Search next time.

Quote:
Originally Posted by Compton's Eazy E
edit: Firefox you beat me :P

Reply
#4

Quote:
Originally Posted by [NaB
Hiitch - No srsly, Im a NaB ! ]
You can't, at least I dont think you can.

I have a feeling that it's client sided.
You can, Just in OnPlayerCommandText put

Код:
SendClientMessage(playerid, COLOR, "Your Words ");
edit: Firefox you beat me :P

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)