mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2026-06-25 18:38:13 +00:00
fillmode 5
This commit is contained in:
@@ -1097,7 +1097,7 @@ addBots_loop()
|
||||
|
||||
fillMode = getdvarint( "bots_manage_fill_mode" );
|
||||
|
||||
if ( fillMode == 2 || fillMode == 3 )
|
||||
if ( fillMode == 2 || fillMode == 3 || fillMode == 5 )
|
||||
{
|
||||
setdvar( "bots_manage_fill", getGoodMapAmount() );
|
||||
}
|
||||
@@ -1160,7 +1160,7 @@ addBots_loop()
|
||||
}
|
||||
|
||||
// use bots as balance
|
||||
if ( fillMode == 4 )
|
||||
if ( fillMode == 4 || fillMode == 5 )
|
||||
{
|
||||
diffPlayers = abs( alliesplayers - axisplayers );
|
||||
amount = fillAmount - ( diffPlayers - bots );
|
||||
|
||||
Reference in New Issue
Block a user