amxmodx/configs/cmds.ini
David Anderson 67d8042df1 Fixed line formatting errors.
Removed cstrike defaults.
2004-06-29 03:44:36 +00:00

12 lines
575 B
INI
Executable File

; Menu configuration file
; File location: $moddir/addons/amxx/configs/cmds.ini
; 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 "Pause"
"amx_pause" "ad" "u" " " "-" "" "u"
"Restart Round" "sv_restartround 1" "a" "u"