update arms race

This commit is contained in:
shoopea 2024-11-16 18:31:00 +01:00
parent 347e925af7
commit 4db3236a92
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
ammo_grenade_limit_flashbang 1 ammo_grenade_limit_flashbang 1
ammo_grenade_limit_total 3 ammo_grenade_limit_total 3
bot_kick
bot_quota 0 bot_quota 0
cash_player_bomb_defused 0 cash_player_bomb_defused 0
cash_player_bomb_planted 0 cash_player_bomb_planted 0

View File

@ -74,7 +74,7 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => {
}, 1000) }, 1000)
} else if (game == "6") { } else if (game == "6") {
setTimeout(() => { setTimeout(() => {
rcon.execute_command(server_id, `mp_restartgame 20`); rcon.execute_command(server_id, `mp_restartgame 30`);
}, 1000) }, 1000)
} }