ID:161611
 
how do you make it where if everyone is dead in a certain map then it sends everyone back to another map and says [M] won?

also linked to that how do you make it to where if only green blue or red team is left then it sends them all back to the first map and announces that [Red blue or green] won?





PS: three variables usr.Green usr.Red usr.Blue
PSS: Gone for today please answer and help me =\
I might not be right but you could make a var Team = "None" then when they join a team the var would be Team = "Red" just a suggestion
Recycling this post its the third time ive used it lol
When somebody dies, check the list of players in the game. If there is only one person/team (for the team, just save the first person's team, and then if you find anybody whose team is different, the game isn't over) alive, then they win.
In response to Garthor (#3)
how could i do that? im not sure how to check and see if someone has died but not restart if some1 is alive