You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code currently selects a random player from the connected_players list, without distinguishing between any available teams with players. Especially a problem if it is used in PVP sessions, where players from the same team could be selected consecutively with an evident suspicion of bias.
Select one player or x (as in Multi kill #17) players from each player team.
Select a random team/force (ensuring the team wasn't selected on the last interval), then select a random player from the team/force.
The code currently selects a random player from the
connected_playerslist, without distinguishing between any available teams with players. Especially a problem if it is used in PVP sessions, where players from the same team could be selected consecutively with an evident suspicion of bias.x(as in Multi kill #17) players from each player team.