| Name |
Client Commands Menu |
| File |
addons/amxx/configs/clcmds.ini |
| Format |
"description" "command" "flags" "access level"
Flags:
"a" - execute from server console
"b" - execute from admin console
"c" - execute on selected player
"d" - back to menu when executed
Example:
"Slay player" "amx_slay #%userid%" "bd" "u"
|
| |
| Name |
Commands Menu |
| File |
addons/amxx/configs/cmds.ini |
| Format |
"description" "command" "flags" "access level"
Flags:
"a" - execute from server console
"b" - execute from admin console
"c" - execute on selected player
"d" - back to menu when executed
Example:
"Pause" "amx_pause" "bd" "u"
|
| |
| Name |
Server configs Menu |
| File |
addons/amxx/configs/configs.ini |
| Format |
"description" "command" "flags" "access level"
Flags:
"a" - execute from server console
"b" - execute from admin console
"c" - execute on selected player
"d" - back to menu when executed
Example:
"PUBLIC Settings" "servercfgfile server.cfg;exec server.cfg" "a" "u"
|
| |
| Name |
Cvars Menu |
| File |
addons/amxx/configs/cvars.ini |
| Format |
"cvar" "values" ... "access level"
Example:
"mp_autoteambalance" "0" "1" "2" "u"
|
| |
| Name |
Speech Menu |
| File |
addons/amxx/configs/speech.ini |
| Format |
"description" "command" "flags" "access level"
Flags:
"a" - execute from server console
"b" - execute from admin console
"c" - execute on selected player
"d" - back to menu when executed
Example:
"Hello!" "spk \'vox/hello\'" "cd" "u"
|