2022-01-27 22:00:28 0 I would have balanced to team 0 Snoop (UA) : 283.002022-01-27 22:00:28 1 I would have balanced to team 1 ^Darkside- (CL) : 260.002022-01-27 22:00:28 2 I would have balanced to team 1 Yes (UK) : 238.002022-01-27 22:00:28 3 I would have balanced to team 0 notthc (HU) : 233.002022-01-27 22:00:28 4 I would have balanced to team 1 Rounin_Napoli (IT) : 231.002022-01-27 22:00:28 5 I would have balanced to team 0 Lòón (AR) : 182.002022-01-27 22:00:28 6 I would have balanced to team 1 Steve (UK) : 168.002022-01-27 22:00:28 7 I would have balanced to team 0 Meganoob (TR) : 163.002022-01-27 22:00:28 8 I would have balanced to team 1 maelman (CA) : 123.002022-01-27 22:00:28 9 I would have balanced to team 0 Teammate (BE) : 120.002022-01-27 22:00:28 10 I would have balanced to team 1 Risel (RU) : 119.002022-01-27 22:00:28 11 I would have balanced to team 0 cronix (HR) : 94.002022-01-27 22:00:28 12 I would have balanced to team 1 UR18 (DE) : 85.002022-01-27 22:00:28 13 I would have balanced to team 0 javiar (US) : 82.002022-01-27 22:00:28 14 I would have balanced to team 1 TRAINING_DAY (US) : 77.002022-01-27 22:00:28 15 I would have balanced to team 0 chris (US) : 35.002022-01-27 22:00:28 16 I would have balanced to team 1 Bluecat77 (US) : 29.00
You learn UnrealScript mainly by reading other people's code. Removing code without an important reason (download size reduction and lack of helpfulness are not important in that sense) is extremely antisocial IMHO.
if( ( Level.Game.IsInState == 'PendingMatch' && Level.Game.bWaitingToStartMatch == True && Level.Game.bWaitForNetPlayers == False ) || ShuffleTeams ) { if ( ( Level.Game.Countdown <= TimeToBalance || Level.Game.bQuickStart ) || ShuffleTeams ) { doFirstBalance(); } } else if (Level.Game.IsInState == 'MatchInProgress' && balance_trigger_flag ) { BeginBalance(); }defaultproperties{ WhenToBalance=3 // So we can adjust the moment of first balance balance_trigger_flag=false}
if (Level.Game.Countdown > 0) Level.Game.Countdown += 1;
Ok - checked the code. They should play nicely together. It's back on from next map.