amxmodx/configs/clcmds.ini

19 lines
682 B
INI
Raw Normal View History

2004-02-08 15:56:16 +03:00
; Menu configuration file
2004-03-05 22:38:15 +03:00
; File location: $moddir/addons/amxx/configs/clcmds.ini
2004-01-31 23:56:22 +03:00
; 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
2004-02-08 15:56:16 +03:00
"Kick player" "amx_kick #%userid%" "b" "u"
"Slay player" "amx_slay #%userid%" "bd" "u"
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"
2004-03-24 11:16:43 +03:00
"Ban for 5 minutes" "amx_ban #%userid% id 5" "b" "u"