14.03.2013, 22:54
With /cmds you can write a Dialog or in a SendClientMessage like:
Or wanna repeat you it from your /cmds command? then:
with ZCMD.
Код:
COMMAND:cmds(playerid,params[]) { SendClientMessage(playerid,yourcolor,"List all cmds here:"); return 1; ]
Код:
COMMAND:cmds(playerid,params[]) { return cmd_commands(playerid,params); }