The teams table is based on a new algorithm (the best one, btw):
- all the matches (deathmatch, CTF, Domination) are listed for every player
- the 1vs1 and 1vs2 matches are ignored (that's not teamplay anyway).
- the team score is calculated only function of the current team members.
If you remove a member, his matches won't count for your team anymore.
A few examples:
- a 3vs3 match and one player left the team, the team is credited
- a 3vs3 match and two players left the team, this score is ignored
- a 2vs2 match and one player left the team, this score is ignored (same as 1vs2)
Also, the algorithm includes a penalty for bad connections.
Example:
an unfinished match (but above 20 frags) is saved.
Team1 (player1) 21-27 Team2 (player3, player4).
So player2 lost the connection during the game.
Team2 is credited, Team1 is not.
