amxmodx/configs/cmds.ini

18 lines
564 B
INI
Raw Normal View History

2004-01-31 20:56:22 +00:00
; Menu configuration file
2004-03-05 19:38:15 +00:00
; File location: $moddir/addons/amxx/configs/cmds.ini
2004-01-31 20:56:22 +00:00
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".
; However you can change that, to limit the access to some settings.
; Commands Menu:
; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
2004-02-08 12:56:16 +00:00
"Pause" "amx_pause" "ad" "u"
" " "-" "" "u"
"Restart Round" "sv_restartround 1" "a" "u"