fillmode 5

This commit is contained in:
ineed bots
2024-05-16 10:27:43 -06:00
parent a13fae7a99
commit fa9796f3ee
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -770,6 +770,10 @@ addOptions()
case 4:
_temp = "bots used as team balance";
break;
case 5:
_temp = "bots used as team balance, adjust to map";
break;
default:
_temp = "out of range";
@@ -1362,6 +1366,11 @@ man_bots( a, b )
setdvar( "bots_manage_fill_mode", 4 );
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 );