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 =\
ID:161611
Apr 17 2008, 5:53 pm (Edited on Apr 17 2008, 6:59 pm)
|
|
#1 Apr 17 2008, 6:22 pm
|
|
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
| |
#2 Apr 17 2008, 6:59 pm
|
|
Recycling this post its the third time ive used it lol
| |
#3 Apr 17 2008, 7:56 pm
|
|
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.
| |