Skip to content

Commit

Permalink
- UPDATED: Make competitive auto start on competitive so no admin is …
Browse files Browse the repository at this point in the history
…required

- UPDATED: Disable Gun Game multi kill sound
  • Loading branch information
kus committed Nov 15, 2024
1 parent ea25d78 commit 1271870
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_files_example/cfg/MatchZy/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/MatchZy/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion game/csgo/cfg/gungame/gungame.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1271870

Please sign in to comment.