07.09.2010, 18:27
Well, If you know how to make commands then why are you asking to make a command about commands? Technically /cmds is just a message sent to who ever executes that command?
EDIT: Send me the list of your commands and I will do it for you.
EDIT: I also recommend you use ZCMD, It's the fastest. an example would be
EDIT: Send me the list of your commands and I will do it for you.
EDIT: I also recommend you use ZCMD, It's the fastest. an example would be
Код:
command(cmds, playerid, params[]) { if(IsPlayerConnected( playerid ) ) SendClientMessage(playerid, 0xFFFFFFFF, "CMDS: YOUR COMMANDS HERE"); SendClientMessage(playerid, 0xFFFFFFFF, "Depending on how many commands you have will depend on how many lines you use"); return 1; }