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

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

View File

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

View File

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