From e23bb9e3457a94de086bb4c0e9177d317a61329e Mon Sep 17 00:00:00 2001 From: INeedBots Date: Fri, 25 Sep 2020 03:09:02 -0600 Subject: [PATCH] Added bot used as teambalance --- userraw/maps/mp/bots/_menu.gsc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/userraw/maps/mp/bots/_menu.gsc b/userraw/maps/mp/bots/_menu.gsc index e529bef..03b39ec 100644 --- a/userraw/maps/mp/bots/_menu.gsc +++ b/userraw/maps/mp/bots/_menu.gsc @@ -581,6 +581,9 @@ AddOptions() case 3: _temp = "just bots, adjust to map"; break; + case 4: + _temp = "bots used as team balance"; + break; default: _temp = "out of range"; break; @@ -886,6 +889,10 @@ man_bots(a, b) setdvar("bots_manage_fill_mode", 3); self iPrintln("bot_fill will now count only bots, adjusting to map."); break; + case 3: + setdvar("bots_manage_fill_mode", 4); + self iPrintln("bot_fill will now use bots as team balance."); + break; default: setdvar("bots_manage_fill_mode", 0); self iPrintln("bot_fill will now count everyone.");