Skip to content

Commit

Permalink
add menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed May 16, 2024
1 parent 41fb775 commit b005f90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions maps/mp/bots/_menu.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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." );
Expand Down

0 comments on commit b005f90

Please sign in to comment.