04.05.2011, 14:01
Hello, i got a small question.
Is it possible to make like this :
But in ZCMD? Its a little hard to explain. But is that possible?
Instead of : SERVER: Unknown command
Is it possible to make like this :
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return SendClientMessage(playerid, COLOR_RED, "Invaild command");
}
Instead of : SERVER: Unknown command