CSGO: Play all 30 rounds (mp_match_can_clinch)

To play all 30 rounds, regardless if there’s a winner or not, you would need to use the command mp_match_can_clinch 0. However, the process differs depending on what method you are using to play the matches.

In this article

Using Pug Setup (Match/Scrims)

When using Pug Setup, which is enabled by default with our “Match / Scrims” server option, you would have to edit the Pug Setup configuration to play all 30 rounds. Follow these steps:

1
Go to your Control Panel at DatHost and Click Edit on your CSGO Server.
2
Go to the File Manager found in the left menu.
3
Search for setupoptions.cfg, or locate the file manually within the /addons/sourcemod/config/pugsetup folder.
4
Scroll down to the bottom where you will find the setting called “playout”
5
Change both the “default” and “display_setting” from "0" to "1".
"default" sets the preset value for all matches, "1" for enabled and "0" for disabled.
"display_setting" decides whether the option should show up in the setup menu to be changeable for each match, "1" for enabled and "0" for disabled.
6
Save the file and reboot your server. All matches played with Pug Setup will now play all 30 rounds by default, with the option to disable it in the match setup menu for an individual match.

Using Get5 Scrims

When using the Get5 scrim template, the default setting will be to play out all 30 rounds. You can double-check this in your config following these steps:

1
Go to your Control Panel at DatHost and Click Edit on your CSGO Server.
2
Go to the File Manager found in the left menu.
3
Search for scrim_template.cfg, or locate it manually within the /addons/sourcemod/configs/get5 folder.
4
Scroll down to the bottom and make sure that “mp_match_can_clinch” is set to “0”.
5
Save the file and reboot your server.

Other or no plugin

If you are using some other plugin to control your matches it’s recommended to read the plugin creators' documentation to make sure they don’t control the playout behavior. If that’s not the case, or if you aren’t using any plugin at all, you can simply add this to your config manually by following these steps:

1
Go to your Control Panel at DatHost and Click Edit on your CSGO Server.
2
Go to the Configs page found in the left menu
3
Click Edit on the 3rd config, gamemode_competitive_server.cfg
4
Add a new line at the bottom of the file: mp_match_can_clinch 0
5
Save the file and reboot your server.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us