diff --git a/custom_files_example/cfg/MatchZy/config.cfg b/custom_files_example/cfg/MatchZy/config.cfg index 77ab22f7..92f8a6dd 100644 --- a/custom_files_example/cfg/MatchZy/config.cfg +++ b/custom_files_example/cfg/MatchZy/config.cfg @@ -83,7 +83,7 @@ matchzy_demo_upload_url "" // Whether the plugin will load the match mode, the practice mode or neither by startup. // 0 for neither, 1 for match mode, 2 for practice mode. Default: 1 -matchzy_autostart_mode 0 +matchzy_autostart_mode 1 // Whether nades should be saved globally instead of being privated to players by default or not. Default value: false matchzy_save_nades_as_global_enabled false diff --git a/game/csgo/cfg/MatchZy/config.cfg b/game/csgo/cfg/MatchZy/config.cfg index be39f322..3f53af6f 100644 --- a/game/csgo/cfg/MatchZy/config.cfg +++ b/game/csgo/cfg/MatchZy/config.cfg @@ -83,7 +83,7 @@ matchzy_demo_upload_url "" // Whether the plugin will load the match mode, the practice mode or neither by startup. // 0 for neither, 1 for match mode, 2 for practice mode. Default: 1 -matchzy_autostart_mode 0 +matchzy_autostart_mode 1 // Whether nades should be saved globally instead of being privated to players by default or not. Default value: false matchzy_save_nades_as_global_enabled false diff --git a/game/csgo/cfg/gungame/gungame.json b/game/csgo/cfg/gungame/gungame.json index 7f077312..402675bb 100644 --- a/game/csgo/cfg/gungame/gungame.json +++ b/game/csgo/cfg/gungame/gungame.json @@ -117,7 +117,7 @@ "_comment.MultiLevelEffect": "Enables or disables visual effect for Multi Level Bonus (it does not work now)", "MultiLevelAmount": 3, "_comment.MultiLevelAmount": "Number of levels needed to trigger Multi Level Bonus", - "MultiLevelSound": "sounds/training/highscore.wav", + "MultiLevelSound": "", "_comment.MultiLevelSound": "Sound on Multilevel bonus", "CommitSuicide": 1, "_comment.CommitSuicide": "Level down players if they use the 'kill' command. 0 - Disable, 1..N - Levels to lose",