04.09.2013, 09:00
How do I change the text "SERVER: Unknown command" in ZCMD
I searched and found this but it does not work:
I searched and found this but it does not work:
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if (!success)
{
SendClientMessage(playerid, -1, "Wrong command");
}
}

