mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 13:55:43 +00:00
if behind
This commit is contained in:
parent
d4480b7246
commit
ef21c631e0
@ -45,6 +45,12 @@ watchFlags()
|
|||||||
team = "axis";
|
team = "axis";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( game["teamScores"]["axis"] < game["teamScores"]["allies"] && team == "axis" )
|
||||||
|
continue;
|
||||||
|
|
||||||
|
if ( game["teamScores"]["allies"] < game["teamScores"]["axis"] && team == "allies" )
|
||||||
|
continue;
|
||||||
|
|
||||||
if ( team != "none" )
|
if ( team != "none" )
|
||||||
{
|
{
|
||||||
for ( i = 0; i < level.domFlags.size; i++ )
|
for ( i = 0; i < level.domFlags.size; i++ )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user