So I am trying to make a round based game, but also have players who have died or just spawned in be able to spectate the players currently playing while they wait in a lobby area. My problem is that at the end of the round, there is the chance that multiple players survive and therefore win. Usually at the end of the round, the winner gets a pop up that says they won, but if multiple players survive it says “draw”. How can I have both players win?
You can’t have “multiple people win” by definition one team needs to have higher stats than the others. What you could do is move all “survivors” to one team and then finish the round giving them enough score to be winners
1 Like
Just to complete on what @Mineblo said, move the winning players to the same team and make the team win (by calling team_settings_and_inventory_device.EndRound()
for example)
1 Like