cmds.ini の設定

※重要※
下の設定記述をコピーして実際の設定ファイルに貼り付ける場合は
説明部分(青字)は使用しないでください。トラブルの原因になります。


  戻る  


; Menu configuration file
; File location: $moddir/addons/amx/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"
"Who Player List" "amx_whoplayer" "bd" "u"

Adminメニューで使うコマンドリスト

  戻る