01.10.2010, 16:50
I am using ZCMD, if I tipe a wrong command, it says "Server: Unknown command", but I want to change it.. I know that I must put like this:
But that doesn't work..
Thanks
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return SendClientMessage(playerid, COLOR_GREY, "Invalid command");
}
Thanks