mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Merge pull request #136 from Freeman-AM/master
Missing stuff in cstrike and ns amxx.cfg
This commit is contained in:
commit
e1206eb310
@ -134,12 +134,33 @@ amx_extendmap_max 90
|
||||
// Default value: 15
|
||||
amx_extendmap_step 15
|
||||
|
||||
// Server language in ISO 639-1 format
|
||||
// Please see data/lang/languages.txt file for a list of supported languages
|
||||
//
|
||||
// Default value: en
|
||||
amx_language "en"
|
||||
|
||||
// If you set this to 0, clients cannot chose their language, instead they use
|
||||
// whatever language the server is configured to use.
|
||||
//
|
||||
// Default value: 1
|
||||
amx_client_languages 1
|
||||
|
||||
// If you set this to 0, clients will not see a message about amx_langmenu when they join the server
|
||||
//
|
||||
// Default value: 1
|
||||
amx_language_display_msg 1
|
||||
|
||||
// If you set this to 0, clients will not see a message about amx_help when they join the server
|
||||
//
|
||||
// Default value: 1
|
||||
amx_help_display_msg 1
|
||||
|
||||
// Amount of commands per amx_help page
|
||||
//
|
||||
// Default value: 10
|
||||
amx_help_amount_per_page 10
|
||||
|
||||
// Plugin Debug mode
|
||||
// 0 - No debugging (garbage line numbers)
|
||||
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
|
||||
|
@ -134,12 +134,33 @@ amx_extendmap_max 90
|
||||
// Default value: 15
|
||||
amx_extendmap_step 15
|
||||
|
||||
// Server language in ISO 639-1 format
|
||||
// Please see data/lang/languages.txt file for a list of supported languages
|
||||
//
|
||||
// Default value: en
|
||||
amx_language "en"
|
||||
|
||||
// If you set this to 0, clients cannot chose their language, instead they use
|
||||
// whatever language the server is configured to use.
|
||||
//
|
||||
// Default value: 1
|
||||
amx_client_languages 1
|
||||
|
||||
// If you set this to 0, clients will not see a message about amx_langmenu when they join the server
|
||||
//
|
||||
// Default value: 1
|
||||
amx_language_display_msg 1
|
||||
|
||||
// If you set this to 0, clients will not see a message about amx_help when they join the server
|
||||
//
|
||||
// Default value: 1
|
||||
amx_help_display_msg 1
|
||||
|
||||
// Amount of commands per amx_help page
|
||||
//
|
||||
// Default value: 10
|
||||
amx_help_amount_per_page 10
|
||||
|
||||
// Plugin Debug mode
|
||||
// 0 - No debugging (garbage line numbers)
|
||||
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
|
||||
|
Loading…
Reference in New Issue
Block a user