Is there a mod independent / generic way to count players per team? I need to know at player respawn, how much players I have in each team and than to decide for each player what to do with him, depending on his team and the player number in each team ...
I could easily do this with cs or dod, but how to do this with any mod?
Is get_players still my friend in this case or do I have to add some code lines for each mod?
get_user_team is quite good to have a generic way to get a players team, but how to know which teams exist to count the number of players in each team? I would really not like to use some "pre parse" on each respawn of a player to get to know, which teams exist and than to count how many players are in there ...