09.10.2011, 17:59
DaRkAnGeL[NBK] is right.
return SendClientMessage(playerid, -1, "Sorry, the command does not exist, Please use /CMDS"); will return TRUE and also SHOW the message. Which will hide the actual: "SERVER: Unknown Command."
What you basically did is replaced the default error message with your own one.
return SendClientMessage(playerid, -1, "Sorry, the command does not exist, Please use /CMDS"); will return TRUE and also SHOW the message. Which will hide the actual: "SERVER: Unknown Command."
What you basically did is replaced the default error message with your own one.


