mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
add menu option
This commit is contained in:
parent
41fb775e97
commit
b005f90e99
@ -771,6 +771,10 @@ addOptions()
|
||||
_temp = "bots used as team balance";
|
||||
break;
|
||||
|
||||
case 5:
|
||||
_temp = "bots used as team balance, adjust to map";
|
||||
break;
|
||||
|
||||
default:
|
||||
_temp = "out of range";
|
||||
break;
|
||||
@ -1363,6 +1367,11 @@ man_bots( a, b )
|
||||
self iprintln( "bot_fill will now use bots as team balance." );
|
||||
break;
|
||||
|
||||
case 4:
|
||||
setdvar( "bots_manage_fill_mode", 5 );
|
||||
self iprintln( "bot_fill will now use bots as team balance, adjusting to map." );
|
||||
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