Playing around with sv_maxclients (querying the server)


(Worf) #1

Hi

this forum probably isnt the most appropriate place but it seems the best out of the options available :slight_smile:

I’ve been mucking about with querying the ET server and I can get the server details but one thing I’m not sure about

Player_Allies and Player_Axis appear to be strings with the number of the player member in each team.

sv_maxclients appears to list the maximum number of clients possible in the server, then has each player in there as well with their ping/xp. What I would like to know is…

Does the order of the players shown in sv_maxclients follow

Player1

Player2


Playerx

Or is it undeterminable? What I’ld like to be able to do is when I query the server be able to tell who is on the allies team, and who is on the axis.

Some definitive information would be appreciated.

Cheers