new localinfo crap
This commit is contained in:
parent
6ef670878d
commit
4bcb0fcb13
|
@ -25,3 +25,15 @@ amxx_logging 1
|
|||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
||||
; Maximum binary log size, in megs
|
||||
max_binlog_size 20
|
||||
|
||||
; Plugin optimization flags - add these up to get what you want
|
||||
; lowering these may stop crashes on very old CPUs
|
||||
; set 65536 to disable optimizer, NOT 0!
|
||||
;-------------
|
||||
; 1 - float arithmetic
|
||||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
|
|
@ -28,3 +28,14 @@ amxx_logging 1
|
|||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
||||
; Maximum binary log size, in megs
|
||||
max_binlog_size 20
|
||||
|
||||
; Plugin optimization flags - add these up to get what you want
|
||||
; lowering these may stop crashes on very old CPUs
|
||||
; set 65536 to disable optimizer, NOT 0!
|
||||
;-------------
|
||||
; 1 - float arithmetic
|
||||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
|
|
@ -28,3 +28,15 @@ dodstats addons/amxmodx/data/dodstats.dat
|
|||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
||||
; Maximum binary log size, in megs
|
||||
max_binlog_size 20
|
||||
|
||||
; Plugin optimization flags - add these up to get what you want
|
||||
; lowering these may stop crashes on very old CPUs
|
||||
; set 65536 to disable optimizer, NOT 0!
|
||||
;-------------
|
||||
; 1 - float arithmetic
|
||||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
|
|
@ -27,3 +27,15 @@ amxx_logging 1
|
|||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
||||
; Maximum binary log size, in megs
|
||||
max_binlog_size 20
|
||||
|
||||
; Plugin optimization flags - add these up to get what you want
|
||||
; lowering these may stop crashes on very old CPUs
|
||||
; set 65536 to disable optimizer, NOT 0!
|
||||
;-------------
|
||||
; 1 - float arithmetic
|
||||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
|
|
@ -27,3 +27,15 @@ amxx_logging 1
|
|||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
||||
; Maximum binary log size, in megs
|
||||
max_binlog_size 20
|
||||
|
||||
; Plugin optimization flags - add these up to get what you want
|
||||
; lowering these may stop crashes on very old CPUs
|
||||
; set 65536 to disable optimizer, NOT 0!
|
||||
;-------------
|
||||
; 1 - float arithmetic
|
||||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
||||
|
|
Loading…
Reference in New Issue
Block a user