update!
This commit is contained in:
parent
e11e01b436
commit
2762f3ec9b
1 changed files with 9 additions and 5 deletions
|
@ -15,22 +15,26 @@ mp_warmup_end
|
||||||
// Remove team size limitation
|
// Remove team size limitation
|
||||||
mp_limitteams "0"
|
mp_limitteams "0"
|
||||||
|
|
||||||
// 60 minutes per rounds
|
// Minutes per round
|
||||||
mp_roundtime "60"
|
mp_roundtime "30"
|
||||||
|
|
||||||
|
// Can move before the round start
|
||||||
|
mp_freezetime "0"
|
||||||
|
|
||||||
// Can always buy
|
// Can always buy
|
||||||
mp_buy_anywhere "1"
|
mp_buy_anywhere "1"
|
||||||
mp_buytime "9999"
|
mp_buytime "9999"
|
||||||
|
|
||||||
|
// Increase money
|
||||||
|
mp_maxmoney "90000"
|
||||||
|
mp_startmoney "90000"
|
||||||
|
|
||||||
// Infinite ammo
|
// Infinite ammo
|
||||||
sv_infinite_ammo "2"
|
sv_infinite_ammo "2"
|
||||||
|
|
||||||
// Bypass nades limitation
|
// Bypass nades limitation
|
||||||
ammo_grenade_limit_total "5"
|
ammo_grenade_limit_total "5"
|
||||||
|
|
||||||
// Apply all the settings
|
|
||||||
mp_restartgame "1"
|
|
||||||
|
|
||||||
// Debug message
|
// Debug message
|
||||||
echo "========================================================================================================================================================================"
|
echo "========================================================================================================================================================================"
|
||||||
echo "================================================================== LOADED CUSTOM GAME CONFIGURATION ! =================================================================="
|
echo "================================================================== LOADED CUSTOM GAME CONFIGURATION ! =================================================================="
|
||||||
|
|
Loading…
Reference in a new issue