Added amx_debug

This commit is contained in:
David Anderson 2004-09-08 07:11:13 +00:00
parent 079a3e8bcd
commit 213b0e65dc
3 changed files with 24 additions and 3 deletions

View File

@ -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
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

View File

@ -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
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

View File

@ -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
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