diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 44df3943..8ce8a94c 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -69,4 +69,11 @@ amx_extendmap_max 90 amx_extendmap_step 15 //If you set this to 0, clients cannot chose their language -amx_client_languages 1 \ No newline at end of file +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 \ No newline at end of file diff --git a/configs/cstrike/amxx.cfg b/configs/cstrike/amxx.cfg index ecfe5a00..c5107518 100755 --- a/configs/cstrike/amxx.cfg +++ b/configs/cstrike/amxx.cfg @@ -85,4 +85,11 @@ amx_statsx_duration 12.0 amx_statsx_freeze -2.0 //If you set this to 0, clients cannot chose their language -amx_client_languages 1 \ No newline at end of file +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 \ No newline at end of file diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index 9f156e1b..7d032afe 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/amxx.cfg @@ -72,4 +72,11 @@ amx_extendmap_step 15 amx_mapnum_ignore 0 //If you set this to 0, clients cannot chose their language -amx_client_languages 1 \ No newline at end of file +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 \ No newline at end of file