mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Added amx_debug
This commit is contained in:
parent
079a3e8bcd
commit
213b0e65dc
@ -70,3 +70,10 @@ amx_extendmap_step 15
|
|||||||
|
|
||||||
//If you set this to 0, clients cannot chose their language
|
//If you set this to 0, clients cannot chose their language
|
||||||
amx_client_languages 1
|
amx_client_languages 1
|
||||||
|
|
||||||
|
// Plugin Debug mode
|
||||||
|
// 0 - No debugging (garbage line numbers)
|
||||||
|
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
|
||||||
|
// 2 - All plugins are put in debug mode
|
||||||
|
// Note - debug mode will affect JIT performance
|
||||||
|
amx_debug 1
|
@ -86,3 +86,10 @@ amx_statsx_freeze -2.0
|
|||||||
|
|
||||||
//If you set this to 0, clients cannot chose their language
|
//If you set this to 0, clients cannot chose their language
|
||||||
amx_client_languages 1
|
amx_client_languages 1
|
||||||
|
|
||||||
|
// Plugin Debug mode
|
||||||
|
// 0 - No debugging (garbage line numbers)
|
||||||
|
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
|
||||||
|
// 2 - All plugins are put in debug mode
|
||||||
|
// Note - debug mode will affect JIT performance
|
||||||
|
amx_debug 1
|
@ -73,3 +73,10 @@ amx_mapnum_ignore 0
|
|||||||
|
|
||||||
//If you set this to 0, clients cannot chose their language
|
//If you set this to 0, clients cannot chose their language
|
||||||
amx_client_languages 1
|
amx_client_languages 1
|
||||||
|
|
||||||
|
// Plugin Debug mode
|
||||||
|
// 0 - No debugging (garbage line numbers)
|
||||||
|
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
|
||||||
|
// 2 - All plugins are put in debug mode
|
||||||
|
// Note - debug mode will affect JIT performance
|
||||||
|
amx_debug 1
|
Loading…
Reference in New Issue
Block a user