26.03.2012, 19:46
Hello,
I have i little question.
I use this for OnPlayerCommandText:
So when i use a command that doesn't exists like /bla it sais:
[SERVER] unknown command
BUT when i just enter '/' it sais the default:
SERVER: Unknown command.
I've tested this on other server with custom unknown command messages, and it also happens there.
Anyone knows how to get around this?
I have i little question.
I use this for OnPlayerCommandText:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { //lots of commands return SendClientMessage(playerid, 0xFF0000AA, "[SERVER]{FFFFFF} unknown command"); }
[SERVER] unknown command
BUT when i just enter '/' it sais the default:
SERVER: Unknown command.
I've tested this on other server with custom unknown command messages, and it also happens there.
Anyone knows how to get around this?