added new binary logging option
This commit is contained in:
@ -17,3 +17,14 @@ amxx_logging 1
|
||||
|
||||
dodstats_score addons/amxmodx/data/dodstats.amxx
|
||||
dodstats addons/amxmodx/data/dodstats.dat
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
; 1 - default
|
||||
; 2 - log internal string sets/gets
|
||||
; 4 - log internal formats
|
||||
; 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
|
||||
|
Reference in New Issue
Block a user