mirror of
				https://github.com/ineedbots/iw5_bot_warfare.git
				synced 2025-10-30 20:16:57 +00:00 
			
		
		
		
	add menu option
This commit is contained in:
		| @@ -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." ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user