Hello
I'm trying to make a scorebot. So I've queried server once, I've assigned players with pb/pr serverinfo cvars and after a second I've queried it again. No players joined or left server but their info completely changed. Take a look:
First query:
pb: '!1!8!9!10!11'
pr: '!0!2!4!5!6!7!12'
Second query (one second later):
pb: '!1!2!9!10!11!12'
pr: '!0!3!5!6!7!8!13'
How can this be possible? They seemes like tossed! With second query I've received players with the same order like the first one. Order, scores and number of players does not differ between these two queries.
I consider this as a bug, because I cannot rely on these numbers.
My guess is: some player joined a team blue (pb). But somehow you tossed identifiers. Is anyone able to solve this or show me solution to this? I didn't find any documentation about it.
Thanks in advance,
SpOOnman