mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
Added bot used as teambalance
This commit is contained in:
parent
441005e3dd
commit
e23bb9e345
@ -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.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user