; Menu configuration file
; File location: $moddir/addons/amxmodx/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

"Shots control" "amx_shot_menu"         "b"     "u"
"Recoil control" "amx_recoil"           "b"     "u"
"Bots control"  "amx_pbmenu"            "b"     "u"
"Fun menu"      "amx_fun"               "b"     "u"
"UAIO Menu"     "uaio_menu"             "b"     "u"
" "            "-"                     ""      "u"
"Pause"		"amx_pause"		"ad"	"u"
"Restart Round"	"sv_restartround 1"	"a"	"u"
