add menu option

This commit is contained in:
ineed bots 2024-05-16 10:44:45 -06:00
parent 41fb775e97
commit b005f90e99

View File

@ -771,6 +771,10 @@ addOptions()
_temp = "bots used as team balance"; _temp = "bots used as team balance";
break; break;
case 5:
_temp = "bots used as team balance, adjust to map";
break;
default: default:
_temp = "out of range"; _temp = "out of range";
break; break;
@ -1363,6 +1367,11 @@ man_bots( a, b )
self iprintln( "bot_fill will now use bots as team balance." ); self iprintln( "bot_fill will now use bots as team balance." );
break; 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: 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." );