clcmds.ini の設定

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


  戻る  


; Client commands configuration file
; File location: $moddir/addons/amx/clcmds.ini
; To use with Players 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.

; Client Commands Menu:
; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on selected player
; "d" - back to menu when executed

"who player" "amx_who_add #%userid%" "bd" "u"
"Kick player" "amx_kick #%userid%" "bd" "u"
"Slay player" "amx_slay #%userid%" "bd" "u"
"Slap with 1 dmg." "amx_slap #%userid% 1" "bd" "u"
"Ban on 5 minutes" "amx_ban 5 #%userid%" "b" "u"

Adminメニューで表示するクライアントコマンドリスト

  戻る