From 2762f3ec9bd8b9a146e7a69a37ed088b970aa93c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 15 Mar 2023 12:45:59 +0100 Subject: [PATCH] update! --- games/csgo/customgame.cfg | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/games/csgo/customgame.cfg b/games/csgo/customgame.cfg index 5d54f37..444583b 100644 --- a/games/csgo/customgame.cfg +++ b/games/csgo/customgame.cfg @@ -15,22 +15,26 @@ mp_warmup_end // Remove team size limitation mp_limitteams "0" -// 60 minutes per rounds -mp_roundtime "60" +// Minutes per round +mp_roundtime "30" + +// Can move before the round start +mp_freezetime "0" // Can always buy mp_buy_anywhere "1" mp_buytime "9999" +// Increase money +mp_maxmoney "90000" +mp_startmoney "90000" + // Infinite ammo sv_infinite_ammo "2" // Bypass nades limitation ammo_grenade_limit_total "5" -// Apply all the settings -mp_restartgame "1" - // Debug message echo "========================================================================================================================================================================" echo "================================================================== LOADED CUSTOM GAME CONFIGURATION ! =================================================================="