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:
parent
38008a8e03
commit
4fc58e6afd
|
@ -1,5 +1,5 @@
|
|||
; Menu configuration file
|
||||
; Default File location: $moddir/addons/amxmodx/configs/clcmds.ini
|
||||
; File location: $moddir/addons/amxmodx/configs/clcmds.ini
|
||||
; To use with Players Menu plugin
|
||||
|
||||
; NOTE: By default in all settings the access level is set to "u".
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -18,6 +18,9 @@ csstats_score addons/amxmodx/data/csstats.amxx
|
|||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
|
||||
; MySQL default timeout
|
||||
mysql_timeout 60
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
|
@ -40,3 +43,8 @@ max_binlog_size 20
|
|||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
||||
; Admin command flag manager
|
||||
; 0 - enabled
|
||||
; 1 - disabled
|
||||
disableflagman 0
|
||||
|
|
|
@ -7,6 +7,9 @@ amxx_plugins addons/amxmodx/configs/plugins.ini
|
|||
amxx_pluginsdir addons/amxmodx/plugins
|
||||
amxx_modulesdir addons/amxmodx/modules
|
||||
amxx_vault addons/amxmodx/data/vault.ini
|
||||
; It is important that "dodstats" comes before "dodstats_score"
|
||||
dodstats addons/amxmodx/data/dodstats.dat
|
||||
dodstats_score addons/amxmodx/data/dodstats.amxx
|
||||
|
||||
; Logging mode
|
||||
; 0 - no logging
|
||||
|
@ -15,9 +18,8 @@ amxx_vault addons/amxmodx/data/vault.ini
|
|||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
|
||||
; It is important that "dodstats" comes before "dodstats_score"
|
||||
dodstats addons/amxmodx/data/dodstats.dat
|
||||
dodstats_score addons/amxmodx/data/dodstats.amxx
|
||||
; MySQL default timeout
|
||||
mysql_timeout 60
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
|
@ -41,3 +43,8 @@ max_binlog_size 20
|
|||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
||||
; Admin command flag manager
|
||||
; 0 - enabled
|
||||
; 1 - disabled
|
||||
disableflagman 0
|
||||
|
|
|
@ -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>"
|
||||
|
|
|
@ -18,6 +18,9 @@ tfcstats_score addons/amxmodx/data/tfcstats.amxx
|
|||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
|
||||
; MySQL default timeout
|
||||
mysql_timeout 60
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
|
@ -40,3 +43,8 @@ max_binlog_size 20
|
|||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
||||
; Admin command flag manager
|
||||
; 0 - enabled
|
||||
; 1 - disabled
|
||||
disableflagman 0
|
||||
|
|
|
@ -18,6 +18,9 @@ tsstats_score addons/amxmodx/data/tsstats.amxx
|
|||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
|
||||
; MySQL default timeout
|
||||
mysql_timeout 60
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
|
@ -40,3 +43,8 @@ max_binlog_size 20
|
|||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
||||
; Admin command flag manager
|
||||
; 0 - enabled
|
||||
; 1 - disabled
|
||||
disableflagman 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user