можно!
кароче в папке amxmodx/configs/cmds
открываешь его там
""""""""""""; 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
"Pause" "amx_pause" "ad" "u"
" " "-" "" "u"
"Restart Round" "sv_restartround 1" "a" "u"
""""""""""""""""""""""
"название моды " "сам мод " "a" "u"
например меню ботов
"BOT Power 3" "bot_difficulty 3" "a" "u"
"BOT Power 1" "bot_difficulty 1" "a" "u"
"BOT 3a CT" "bot_join_team ct" "a" "u"
"BOT 3a T" "bot_join_team t" "a" "u"
"BcTaBuTb BOTa" "bot_add" "a" "u"
"KukHyTb BOTa" "bot_kick" "a" "u"
"y6uTb BOTa" "bot_kill" "a" "u"
т
Отредактировал: Ubivator, - 27.1.2008, 22:05