Added bot used as teambalance

This commit is contained in:
INeedBots 2020-09-25 03:09:02 -06:00
parent 441005e3dd
commit e23bb9e345

View File

@ -581,6 +581,9 @@ AddOptions()
case 3: case 3:
_temp = "just bots, adjust to map"; _temp = "just bots, adjust to map";
break; break;
case 4:
_temp = "bots used as team balance";
break;
default: default:
_temp = "out of range"; _temp = "out of range";
break; break;
@ -886,6 +889,10 @@ man_bots(a, b)
setdvar("bots_manage_fill_mode", 3); setdvar("bots_manage_fill_mode", 3);
self iPrintln("bot_fill will now count only bots, adjusting to map."); self iPrintln("bot_fill will now count only bots, adjusting to map.");
break; break;
case 3:
setdvar("bots_manage_fill_mode", 4);
self iPrintln("bot_fill will now use bots as team balance.");
break;
default: default:
setdvar("bots_manage_fill_mode", 0); setdvar("bots_manage_fill_mode", 0);
self iPrintln("bot_fill will now count everyone."); self iPrintln("bot_fill will now count everyone.");