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
@ -1,22 +1,25 @@
|
||||
; Configuration file for AMX Mod X
|
||||
amxx_logs addons/amxmodx/logs
|
||||
amxx_configsdir addons/amxmodx/configs
|
||||
amxx_datadir addons/amxmodx/data
|
||||
amxx_modules addons/amxmodx/configs/modules.ini
|
||||
amxx_plugins addons/amxmodx/configs/plugins.ini
|
||||
amxx_pluginsdir addons/amxmodx/plugins
|
||||
amxx_modulesdir addons/amxmodx/modules
|
||||
amxx_vault addons/amxmodx/data/vault.ini
|
||||
amxx_logs addons/amxmodx/logs
|
||||
amxx_configsdir addons/amxmodx/configs
|
||||
amxx_datadir addons/amxmodx/data
|
||||
amxx_modules addons/amxmodx/configs/modules.ini
|
||||
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 "tsstats" comes before "tsstats_score"
|
||||
tsstats addons/amxmodx/data/tsstats.dat
|
||||
tsstats_score addons/amxmodx/data/tsstats.amxx
|
||||
tsstats addons/amxmodx/data/tsstats.dat
|
||||
tsstats_score addons/amxmodx/data/tsstats.amxx
|
||||
|
||||
; Logging mode
|
||||
; 0 - no logging
|
||||
; 1 - one logfile / day
|
||||
; 2 - one logfile / map
|
||||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
amxx_logging 1
|
||||
|
||||
; MySQL default timeout
|
||||
mysql_timeout 60
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
@ -27,10 +30,10 @@ amxx_logging 1
|
||||
; 8 - log all native params
|
||||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
bin_logging 49
|
||||
|
||||
; Maximum binary log size, in megs
|
||||
max_binlog_size 20
|
||||
max_binlog_size 20
|
||||
|
||||
; Plugin optimization flags - add these up to get what you want
|
||||
; lowering these may stop crashes on very old CPUs
|
||||
@ -39,4 +42,9 @@ max_binlog_size 20
|
||||
; 1 - float arithmetic
|
||||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
optimizer 7
|
||||
|
||||
; Admin command flag manager
|
||||
; 0 - enabled
|
||||
; 1 - disabled
|
||||
disableflagman 0
|
||||
|
Reference in New Issue
Block a user