Minor fixes in configs files. (#455)
* Missing amx_help_display_msg_time var in amxx.cfg * Missing vars in CS DOD TFC and TS core.ini * Standardization to others file location comments in clcmds.ini * Missing account flag comments + typo errors in NS users.ini
This commit is contained in:
committed by
Vincent Herbet
parent
38008a8e03
commit
4fc58e6afd
@ -156,6 +156,11 @@ amx_language_display_msg 1
|
||||
// Default value: 1
|
||||
amx_help_display_msg 1
|
||||
|
||||
// Time to wait (in seconds) before displaying a message about amx_help to a client once joined the server
|
||||
//
|
||||
// Default value: 15
|
||||
amx_help_display_msg_time 15
|
||||
|
||||
// Amount of commands per amx_help page
|
||||
//
|
||||
// Default value: 10
|
||||
|
@ -4,7 +4,7 @@
|
||||
; Line starting with ; is a comment
|
||||
|
||||
; Access flags:
|
||||
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
|
||||
; a - immunity (can't be kicked/banned/slayed/slapped and affected by other commmands)
|
||||
; b - reservation (can join on reserved slots)
|
||||
; c - amx_kick command
|
||||
; d - amx_ban and amx_unban commands (permanent and temporary bans)
|
||||
@ -34,6 +34,9 @@
|
||||
; c - this is steamid/wonid
|
||||
; d - this is ip
|
||||
; e - password is not checked (only name/ip/steamid needed)
|
||||
; k - name or tag is case sensitive. eg: if you set it so the name "Ham"
|
||||
; is protected and case sensitive (flags "k" only), then anybody
|
||||
; can use the names "haM", "HAM", "ham", etc, but not "Ham"
|
||||
|
||||
; Password:
|
||||
; Add to your autoexec.cfg: setinfo _pw "<password>"
|
||||
|
Reference in New Issue
Block a user