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 ! =================================================================="