24.10.2010, 21:49
EDIT: Camacorn was faster, sorry. Delete this
Place the text that Camacorn wrote under
That's the old classic way, if you use ZCMD use what Camacorn wrote you.
EDIT: Camacorn was faster, sorry. Delete this
Place the text that Camacorn wrote under
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp("/helpme", cmdtext, true)) { SendClientMessage(playerid, YOUR_COLOR, "[COMMANDS]: Your text bla bla"); SendClientMessage(playerid, YOUR_COLOR, "[SOMETHING]: Your text bla bla"); } return 1; }
EDIT: Camacorn was faster, sorry. Delete this