add bots_manage_fill_watchplayers

This commit is contained in:
ineed bots
2024-05-16 19:21:37 -06:00
parent 9bbf46a7fe
commit 8038a30557
3 changed files with 71 additions and 65 deletions

View File

@@ -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;
@@ -1345,6 +1349,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." );