diff --git a/configs/amxx.cfg b/configs/amxx.cfg index cf6be726..dbff600a 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -79,4 +79,9 @@ amx_client_languages 1 // 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 +amx_debug 1 + +// Plugin MultiLingual Debug +// To debug a language put its 2 letter code between quotes ("en", "de", etc) +// "" means disabled +amx_mldebug "" \ No newline at end of file diff --git a/configs/cstrike/amxx.cfg b/configs/cstrike/amxx.cfg index 4b3bd80f..c5f1bfee 100755 --- a/configs/cstrike/amxx.cfg +++ b/configs/cstrike/amxx.cfg @@ -95,4 +95,9 @@ amx_client_languages 1 // 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 +amx_debug 1 + +// Plugin MultiLingual Debug +// To debug a language put its 2 letter code between quotes ("en", "de", etc) +// "" means disabled +amx_mldebug "" \ No newline at end of file diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index 1b8c4f62..371b995e 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/amxx.cfg @@ -91,3 +91,8 @@ amx_idle_ignore_immunity 1 // Kick idle admins with immunity? // Change this value to alter the frequency (in seconds) players can say /stuck to free themselves. //amx_unstuck_frequency 4 + +// Plugin MultiLingual Debug +// To debug a language put its 2 letter code between quotes ("en", "de", etc) +// "" means disabled +amx_mldebug "" \ No newline at end of file