mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
added amx_mldebug cvar
This commit is contained in:
parent
8d9ad2ce06
commit
bd1999cdfb
@ -80,3 +80,8 @@ amx_client_languages 1
|
|||||||
// 2 - All plugins are put in debug mode
|
// 2 - All plugins are put in debug mode
|
||||||
// Note - debug mode will affect JIT performance
|
// Note - debug mode will affect JIT performance
|
||||||
amx_debug 1
|
amx_debug 1
|
||||||
|
|
||||||
|
// Plugin MultiLingual Debug
|
||||||
|
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
|
||||||
|
// "" means disabled
|
||||||
|
amx_mldebug ""
|
@ -96,3 +96,8 @@ amx_client_languages 1
|
|||||||
// 2 - All plugins are put in debug mode
|
// 2 - All plugins are put in debug mode
|
||||||
// Note - debug mode will affect JIT performance
|
// Note - debug mode will affect JIT performance
|
||||||
amx_debug 1
|
amx_debug 1
|
||||||
|
|
||||||
|
// Plugin MultiLingual Debug
|
||||||
|
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
|
||||||
|
// "" means disabled
|
||||||
|
amx_mldebug ""
|
@ -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.
|
// Change this value to alter the frequency (in seconds) players can say /stuck to free themselves.
|
||||||
//amx_unstuck_frequency 4
|
//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 ""
|
Loading…
Reference in New Issue
Block a user