mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
allow triple cap if behind
This commit is contained in:
parent
50dc8b3414
commit
7e1aaf4051
@ -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