Fixed line formatting errors.
Removed cstrike defaults.
This commit is contained in:
@ -1,18 +1,14 @@
|
||||
; Menu configuration file
|
||||
; File location: $moddir/addons/amxx/configs/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
|
||||
|
||||
"Kick player" "amx_kick #%userid%" "b" "u"
|
||||
"Slay player" "amx_slay #%userid%" "bd" "u"
|
||||
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"
|
||||
; Menu configuration file
|
||||
; File location: $moddir/addons/amxx/configs/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
|
||||
"Kick player" "amx_kick #%userid%" "b" "u"
|
||||
"Slay player" "amx_slay #%userid%" "bd" "u"
|
||||
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"
|
||||
"Ban for 5 minutes" "amx_ban #%userid% id 5" "b" "u"
|
||||
|
Reference in New Issue
Block a user