| it seems to be caused by this trigger. i made it happen at ini, then at 20 sec. All the players from the opposite team i am standing in (i tried with both) gets instantly kicked when this trigger triggers:
Trigger: Post Init
 Events
  Time - Elapsed game time is 5.00 seconds
 Conditions
 Actions
  Player Group - Pick every player in (All players) and do (Actions)
   Loop - Actions
    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
     If - Conditions
      ((Picked player) is an ally of Player 7 (Green)) Equal to True
     Then - Actions
      Custom script: if GetLocalPlayer() == GetEnumPlayer() then
      Multiboard - Create a multiboard with 2 columns and 8 rows, titled Shields
      Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to |cffffcc00OUTER SHI...
      Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to Leak Chance:
      Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to -
      Multiboard - Set the width for (Last created multiboard) item in column 1, row 0 to 10.00% of the total screen width
      Multiboard - Set the width for (Last created multiboard) item in column 2, row 0 to 5.00% of the total screen width
      -------- outer --------
      Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to |cffffcc00INNER SHI...
      Multiboard - Set the text for (Last created multiboard) item in column 1, row 8 to Leak Chance:
      Multiboard - Set the text for (Last created multiboard) item in column 2, row 6 to -
      Multiboard - Show (Last created multiboard)
      Multiboard - Set the icon for (Last created multiboard) item in column 1, row 1 to ReplaceableTextures\CommandButtons\BTNLightningShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 1 to ReplaceableTextures\CommandButtons\BTNLightningShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 5 to ReplaceableTextures\CommandButtons\BTNLightningShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 2 to ReplaceableTextures\CommandButtons\BTNHeartOfAszune.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 6 to ReplaceableTextures\CommandButtons\BTNHeartOfAszune.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 3 to ReplaceableTextures\CommandButtons\BTNNeutralManaShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 7 to ReplaceableTextures\CommandButtons\BTNNeutralManaShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 4 to ReplaceableTextures\CommandButtons\BTNWindWalkOff.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 8 to ReplaceableTextures\CommandButtons\BTNWindWalkOff.blp
      Set MultiboardBottom = (Last created multiboard)
      Custom script: endif
     Else - Actions
      Custom script: if GetLocalPlayer() == GetEnumPlayer() then
      Multiboard - Create a multiboard with 2 columns and 8 rows, titled Shields
      Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to |cffffcc00OUTER SHI...
      Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to Leak Chance:
      Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to -
      Multiboard - Set the width for (Last created multiboard) item in column 1, row 0 to 10.00% of the total screen width
      Multiboard - Set the width for (Last created multiboard) item in column 2, row 0 to 5.00% of the total screen width
      -------- outer --------
      Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to |cffffcc00INNER SHI...
      Multiboard - Set the text for (Last created multiboard) item in column 1, row 8 to Leak Chance:
      Multiboard - Set the text for (Last created multiboard) item in column 2, row 6 to -
      Multiboard - Show (Last created multiboard)
      Multiboard - Set the icon for (Last created multiboard) item in column 1, row 1 to ReplaceableTextures\CommandButtons\BTNLightningShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 1 to ReplaceableTextures\CommandButtons\BTNLightningShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 5 to ReplaceableTextures\CommandButtons\BTNLightningShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 2 to ReplaceableTextures\CommandButtons\BTNHeartOfAszune.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 6 to ReplaceableTextures\CommandButtons\BTNHeartOfAszune.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 3 to ReplaceableTextures\CommandButtons\BTNNeutralManaShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 7 to ReplaceableTextures\CommandButtons\BTNNeutralManaShield.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 4 to ReplaceableTextures\CommandButtons\BTNWindWalkOff.blp
      Multiboard - Set the icon for (Last created multiboard) item in column 0, row 8 to ReplaceableTextures\CommandButtons\BTNWindWalkOff.blp
      Set MultiboardTop = (Last created multiboard)
      Custom script: endif
  Trigger - Turn on ColorInnerBotom <gen>
  Trigger - Turn on ColorInnerTop <gen>
  Trigger - Turn on ColorOuterBotom <gen>
  Trigger - Turn on ColorOuterTop <gen>
it is supposed to create a separate multiboard for Top team, and a separate multiboard for Bottom team. however it seems to kick all of the oposite team out =/ |