update arms race
This commit is contained in:
parent
347e925af7
commit
4db3236a92
@ -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
|
||||||
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user