20.03.2012, 19:46
ALright, so i'm using ZCMD now.. My question is, how can i change "Server Unkown Command to something?
Like, for strcmp its this
So how?
Like, for strcmp its this
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { SendClientMessage(playerid, RED,"[VG:TDM] Unkown Command, - /cmds for the list of Player Commands"); return 1; }