[How to?] Change SERVER: ... Messages?
#1

I want to change those message for ex. "SERVER: Unknown command." to "[Server] Wrong command, check /help"
Reply
#2

Change the "return 0;" at the bottom of the OnPlayerCommandText to this:
Код:
return SendClientMessage(playerid, COLOR, "[Server] Wrong command, check /help");
Reply
#3

Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)