Unknown Command
#1

Hi! How can i changa message when enter wrong commands SERVER: Unkonwn Command to Server: that command does not exist
Reply
#2

pawn Код:
OnPlayerCommandText(playerid,cmdtext[])
{
  [...]

  // some commands

  [...]


  return SendClientMessage(playerid, colour, "That command does not exist"
}
Reply
#3

Also you can finish the public with 0. So it allways says: "SERVER: Unknowon command."
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)