Author Topic: Bug: serverinfo player team assigns  (Read 5876 times)

pppspoonman

  • PGP
  • Posts: 10
Bug: serverinfo player team assigns
« on: January 26, 2008, 03:47:02 AM »
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

b00nlander

  • Autococker
  • Posts: 784
Re: Bug: serverinfo player team assigns
« Reply #1 on: January 26, 2008, 03:53:36 AM »
looks like #2 and #12 switched teams from red to blue, #8 switched from blue to red, and #13 joined the server.

nothing too special there :)

pppspoonman

  • PGP
  • Posts: 10
Re: Bug: serverinfo player team assigns
« Reply #2 on: January 26, 2008, 04:00:26 AM »
No, they didn't:

1. They have the same score. If they switch their score must have been down to 0.
2. On first and second query there were 13 players. Noone joined the server.
3. I doubt that this is coincidence that 3 players switched teams in the same second while one joined the server (that he didn't do as I stated in 2.)

:)

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Bug: serverinfo player team assigns
« Reply #3 on: January 26, 2008, 04:25:15 AM »
Scores don't zero on a team switch.

b00nlander

  • Autococker
  • Posts: 784
Re: Bug: serverinfo player team assigns
« Reply #4 on: January 26, 2008, 05:27:00 AM »
player #13 was probably observer and joined in ('po'). and the rest.. coincidence, or maybe it wasnt just 1 second delay.

pppspoonman

  • PGP
  • Posts: 10
Re: Bug: serverinfo player team assigns
« Reply #5 on: January 26, 2008, 11:31:57 AM »
Thanks for reply b00nlander but I think it wasn't coincidence. Take a look at 2 minute log of these values. During 2 minutes there are 7 major team changes where about 8 players switch from team to team in one and the same second. I don't think this is what they did in real game. I just think server gives me bad serverinfo that's not accurate.

I think the problem is when number of player in one of teams changes. That's the time when player identifiers are somehow changing.

Just for note when I query for player info - their order doesn't change. I count them like this: first player I receive I assume has id=0, second player I receive has id=1 and so on. In this two minutes example I always received them in the same order.

I think it's a bug with player identifiers in serverinfo.

  • 17:52:26 to 17:52:27 variables say that at one second players 4, 7, 9, 12 switched from blue to red and players 2, 6, 8, 10, 13 switched from red to blue and player 14 joined blue
  • 17:52:29 to 17:52:30 (only 2 seconds later) variables say that at one second players 6, 8, 10, 13 switched from blue to red and players 7, 9, 12 switched from red to blue and player 14 went away from red
  • 17:52:38 to 17:52:39 (8 secs later) variables say that players 7, 9, 12 switched from blue to red and players 6, 8, 10, 13 switched from red to blue and player 14 joined red
  • 17:52:41 to 17:52:42 (2 secs later) ...
  • 17:53:10 to 17:53:11
  • 17:53:41 to 17:53:42
  • 17:54:00 to 17:54:01


Code: [Select]
2008-Jan-26 17:52:18 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:18 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:19 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:19 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:20 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:20 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:21 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:21 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:22 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:22 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:23 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:23 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:24 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:24 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:25 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:25 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:26 Verbose Parsing numbers line: 'pb' : '!0!1!4!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:26 Verbose Parsing numbers line: 'pr' : '!2!3!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:27 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:27 Verbose Parsing numbers line: 'pr' : '!3!4!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:28 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:28 Verbose Parsing numbers line: 'pr' : '!3!4!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:29 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:29 Verbose Parsing numbers line: 'pr' : '!3!4!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:30 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:30 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:31 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:31 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:32 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:32 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:33 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:33 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:34 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:34 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:35 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:35 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:36 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:36 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:37 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:37 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:38 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!7!9!12' with separator'!' and index 0
2008-Jan-26 17:52:38 Verbose Parsing numbers line: 'pr' : '!3!4!6!8!10!11!13' with separator'!' and index 0

2008-Jan-26 17:52:39 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:39 Verbose Parsing numbers line: 'pr' : '!3!4!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:40 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:40 Verbose Parsing numbers line: 'pr' : '!3!4!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:41 Verbose Parsing numbers line: 'pb' : '!0!1!2!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:41 Verbose Parsing numbers line: 'pr' : '!3!4!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:42 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:42 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:43 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:43 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:44 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:44 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:45 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:45 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:46 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:46 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:47 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:47 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:48 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:48 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:49 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:49 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:50 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:50 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:51 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:51 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:52 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:52 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:53 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:53 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:54 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:54 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:55 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:55 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:56 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:56 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:57 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:57 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:58 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:58 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:52:59 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:52:59 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:00 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:00 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:01 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:01 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:02 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:02 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:03 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:03 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:04 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:04 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:05 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:05 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:06 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:06 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:07 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:07 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:08 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:08 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:09 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:09 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:10 Verbose Parsing numbers line: 'pb' : '!0!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:10 Verbose Parsing numbers line: 'pr' : '!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:11 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:11 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:12 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:12 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:13 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:13 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:14 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:14 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

pppspoonman

  • PGP
  • Posts: 10
Re: Bug: serverinfo player team assigns
« Reply #6 on: January 26, 2008, 11:32:21 AM »
Code: [Select]

2008-Jan-26 17:53:15 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:15 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:16 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:16 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:17 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:17 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:17 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:17 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:18 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:18 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:19 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:19 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:20 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:20 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:21 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:21 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:22 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:22 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:23 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:23 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:24 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:24 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:25 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:25 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:26 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:26 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:27 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:27 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:28 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:28 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:29 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:29 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:31 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:31 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:32 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:32 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:33 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:33 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:34 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:34 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:35 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:35 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:36 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:36 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:37 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:37 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:38 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:38 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:39 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:39 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:40 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:40 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:41 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!10!13' with separator'!' and index 0
2008-Jan-26 17:53:41 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!11!12!14' with separator'!' and index 0

2008-Jan-26 17:53:42 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:42 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:43 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:43 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:44 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:44 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:45 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:45 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:46 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:46 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:47 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:47 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:48 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:48 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:49 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:49 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:50 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:50 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:51 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:51 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:52 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:52 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:53 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:53 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:54 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:54 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:55 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:55 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:56 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:56 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:57 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:57 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:58 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:58 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:53:59 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:53:59 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:54:00 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!12' with separator'!' and index 0
2008-Jan-26 17:54:00 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!13' with separator'!' and index 0

2008-Jan-26 17:54:01 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!13' with separator'!' and index 0
2008-Jan-26 17:54:01 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!12!14' with separator'!' and index 0

2008-Jan-26 17:54:02 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!13' with separator'!' and index 0
2008-Jan-26 17:54:02 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!12!14' with separator'!' and index 0

2008-Jan-26 17:54:03 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!13' with separator'!' and index 0
2008-Jan-26 17:54:03 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!12!14' with separator'!' and index 0

2008-Jan-26 17:54:04 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!13' with separator'!' and index 0
2008-Jan-26 17:54:04 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!12!14' with separator'!' and index 0

2008-Jan-26 17:54:05 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!13' with separator'!' and index 0
2008-Jan-26 17:54:05 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!12!14' with separator'!' and index 0

2008-Jan-26 17:54:06 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!13' with separator'!' and index 0
2008-Jan-26 17:54:06 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!12!14' with separator'!' and index 0

2008-Jan-26 17:54:07 Verbose Parsing numbers line: 'pb' : '!1!2!4!5!6!8!13' with separator'!' and index 0
2008-Jan-26 17:54:07 Verbose Parsing numbers line: 'pr' : '!0!3!7!9!10!11!12!14' with separator'!' and index 0


Herron

  • VM-68
  • Posts: 235
Re: Bug: serverinfo player team assigns
« Reply #7 on: January 26, 2008, 11:30:42 PM »
I think you're right about there being a bug somewhere.  This from a Graffiti pub server (build 20 on linux) -- I've removed the extraneous server info and player chat.

Code: [Select]
~N1.Knightz disconnected.
MrLuke disconnected.
*PyRo (Carbine) eliminated **WhB*BIKER (Autococker).
*[InT]SpartDude0 (Carbine) eliminated *.unPro^caDe (Carbine).
Red team wins the round!
JpKool switched from *Red to *Blue.
Round started...
]skins;info
client 0: .unPro^kazee\male/null
client 1: AudioX\male/pb2b
client 2: .unPro^caDe\male/pb2b
client 3: *WhB*BIKER\male/pb2b
client 4: [InT]SpartDude0\male/pb2r
client 5: ]*[IcEd\male/pb2b
client 6: Crip\male/pb2b
client 7: [FPS]TIM\male/pb2b
client 9: PyRo\male/pb2r
client 10: [CC]Blaze\male/pb2r
client 11: [eW]NaHLiJ\male/pb2r
client 12: [eW-t]Gdub\male/null
client 14: [eR33t]Herron\male/null
client 15: .kr3w-TheRed\male/pb2r
client 16: JERICHO\male/pb2b
client 17: AddictPro\male/pb2r
client 18: JpKool\male/pb2b
client 19: Sabre\male/null
client 20: [GT]Snipen\male/pb2r

pb=!1!2!3!5!6!7!14!16
pr=!4!8!9!10!13!15!17
po=!0!11!12

*JpKool (Carbine) eliminated *[InT]SpartDude0 (Carbine).
*[eW]NaHLiJ (Carbine) eliminated *]*[IcEd (PGP).
*JERICHO (Carbine) eliminated *[eW]NaHLiJ (Carbine).
]*[IcEd disconnected.
*JpKool (Carbine) eliminated *PyRo (Autococker).
]skins;info
client 0: .unPro^kazee\male/null
client 1: AudioX\male/pb2b
client 2: .unPro^caDe\male/pb2b
client 3: *WhB*BIKER\male/pb2b
client 4: [InT]SpartDude0\male/pb2r
client 5: ]*[IcEd\male/null
client 6: Crip\male/pb2b
client 7: [FPS]TIM\male/pb2b
client 9: PyRo\male/pb2r
client 10: [CC]Blaze\male/pb2r
client 11: [eW]NaHLiJ\male/pb2r
client 12: [eW-t]Gdub\male/null
client 14: [eR33t]Herron\male/null
client 15: .kr3w-TheRed\male/pb2r
client 16: JERICHO\male/pb2b
client 17: AddictPro\male/pb2r
client 18: JpKool\male/pb2b
client 19: Sabre\male/null
client 20: [GT]Snipen\male/pb2r

pb=!1!2!3!5!6!13!15
pr=!4!7!8!9!12!14!16
po=!0!10!11

12:00 left in match.
[CC]Blaze REMOVED FROM Red TEAM FOR IDLING
[CC]Blaze is now observing.
**WhB*BIKER (Carbine) eliminated *[GT]Snipen (Autococker).
*AddictPro (PGP) eliminated *AudioX (Autococker).
]*[IcEd entered the game (build 20).
**WhB*BIKER got the *Red flag!
]skins;info
client 0: .unPro^kazee\male/null
client 1: AudioX\male/pb2b
client 2: .unPro^caDe\male/pb2b
client 3: *WhB*BIKER\male/pb2b
client 4: [InT]SpartDude0\male/pb2r
client 5: ]*[IcEd\male/pb2r
client 6: Crip\male/pb2b
client 7: [FPS]TIM\male/pb2b
client 8: MrLuke\male/null
client 9: PyRo\male/pb2r
client 10: [CC]Blaze\male/null
client 11: [eW]NaHLiJ\male/pb2r
client 12: [eW-t]Gdub\male/null
client 14: [eR33t]Herron\male/null
client 15: .kr3w-TheRed\male/pb2r
client 16: JERICHO\male/pb2b
client 17: AddictPro\male/pb2r
client 18: JpKool\male/pb2b
client 19: Sabre\male/null
client 20: [GT]Snipen\male/pb2r

pb=!1!2!3!6!7!14!16
pr=!4!5!8!10!13!15!17
po=!0!9!11!12

MrLuke entered the game (build 20).
*JERICHO (Carbine) eliminated *AddictPro (PGP).
*.kr3w-TheRed (Autococker) eliminated *[FPS]TIM (Carbine).
]skins;info
client 0: .unPro^kazee\male/null
client 1: AudioX\male/pb2b
client 2: .unPro^caDe\male/pb2b
client 3: *WhB*BIKER\male/pb2b
client 4: [InT]SpartDude0\male/pb2r
client 5: ]*[IcEd\male/pb2r
client 6: Crip\male/pb2b
client 7: [FPS]TIM\male/pb2b
client 8: MrLuke\male/pb2b
client 9: PyRo\male/pb2r
client 10: [CC]Blaze\male/null
client 11: [eW]NaHLiJ\male/pb2r
client 12: [eW-t]Gdub\male/null
client 14: [eR33t]Herron\male/null
client 15: .kr3w-TheRed\male/pb2r
client 16: JERICHO\male/pb2b
client 17: AddictPro\male/pb2r
client 18: JpKool\male/pb2b
client 19: Sabre\male/null
client 20: [GT]Snipen\male/pb2r

pb=!1!2!3!6!7!8!15!17
pr=!4!5!9!11!14!16!18
po=!0!10!12!13

*.kr3w-TheRed (Autococker) eliminated *Crip (Autococker).
*Blue's *WhB*BIKER returned the *Red flag!
*JpKool (Carbine) eliminated *.kr3w-TheRed (Autococker).
Blue team wins the round!
]skins;info
client 0: .unPro^kazee\male/null
client 1: AudioX\male/pb2b
client 2: .unPro^caDe\male/pb2b
client 3: *WhB*BIKER\male/pb2b
client 4: [InT]SpartDude0\male/pb2r
client 5: ]*[IcEd\male/pb2r
client 6: Crip\male/pb2b
client 7: [FPS]TIM\male/pb2b
client 8: JETBOY\male/pb2b
client 9: PyRo\male/pb2r
client 10: [CC]Blaze\male/null
client 11: [eW]NaHLiJ\male/pb2r
client 12: [eW-t]Gdub\male/null
client 14: [eR33t]Herron\male/null
client 15: .kr3w-TheRed\male/pb2r
client 16: JERICHO\male/pb2b
client 17: AddictPro\male/pb2r
client 18: JpKool\male/pb2b
client 19: Sabre\male/null
client 20: [GT]Snipen\male/pb2r

pb=!1!2!3!6!7!8!15!17
pr=!4!5!9!11!14!16!18
po=!0!10!12!13

Round started...
]skins;info
client 0: .unPro^kazee\male/null
client 1: AudioX\male/pb2b
client 2: .unPro^caDe\male/pb2b
client 3: *WhB*BIKER\male/pb2b
client 4: [InT]SpartDude0\male/pb2r
client 5: ]*[IcEd\male/pb2r
client 6: Crip\male/pb2b
client 7: [FPS]TIM\male/pb2b
client 8: JETBOY\male/pb2b
client 9: PyRo\male/pb2r
client 10: [CC]Blaze\male/null
client 11: [eW]NaHLiJ\male/pb2r
client 12: [eW-t]Gdub\male/null
client 14: [eR33t]Herron\male/null
client 15: .kr3w-TheRed\male/pb2r
client 16: JERICHO\male/pb2b
client 17: AddictPro\male/pb2r
client 18: JpKool\male/pb2b
client 19: Sabre\male/null
client 20: [GT]Snipen\male/pb2r

pb=!1!2!3!6!7!8!15!17
pr=!4!5!9!11!14!16!18
po=!0!10!12!13

*AudioX (Carbine) eliminated *[eW]NaHLiJ (Carbine).
*JpKool (Carbine) eliminated *]*[IcEd (Autococker).
*JpKool (Carbine) eliminated *AddictPro (PGP).
*JpKool (Carbine) eliminated *.kr3w-TheRed (Autococker).
*.kr3w-TheRed (Autococker) eliminated *JpKool (Carbine).
*JETBOY (Autococker) eliminated *[GT]Snipen (Autococker).
*[InT]SpartDude0 (Carbine) eliminated *JERICHO (Autococker).
*[InT]SpartDude0 (Carbine) eliminated *.unPro^caDe (PGP).
.unPro^caDe is now observing.
*[InT]SpartDude0 got the *Blue flag!
**WhB*BIKER (PaintGren) eliminated *[InT]SpartDude0 (Carbine).
*Crip (Carbine) eliminated *PyRo (PGP).
Blue team wins the round!
BrOwNHUSTLA entered the game (build 20).
Round started...
]condump infobug
Dumped console text to ./pball/infobug.txt.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Bug: serverinfo player team assigns
« Reply #8 on: January 26, 2008, 11:58:41 PM »
I will admit that my DigitalPaintServer library does not always report the correct team colors. I have noticed it from time to time, but I have never been sure of it. I have looked through the C code for the server browser, and it is doing fundamentally the same thing that I am. Jit noted a while ago that occasionally there is something that will throw the numbers off, but I do not recall what it was. He was pretty vague about it as well. I never pursued the issue further.

pppspoonman

  • PGP
  • Posts: 10
Re: Bug: serverinfo player team assigns
« Reply #9 on: January 27, 2008, 08:25:05 AM »
I've looked into source code availible on page (paintball20_alpha019_src_20070606.zip) but I didn't find any place that pr, pb and other variables are putted into serverinfo. Any hints anyone?

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: Bug: serverinfo player team assigns
« Reply #10 on: January 27, 2008, 04:02:03 PM »
It's because those cvars are in the game binary.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Bug: serverinfo player team assigns
« Reply #11 on: January 27, 2008, 06:14:37 PM »
Look at the source for the server browser. It is around the forums here somewhere.

pppspoonman

  • PGP
  • Posts: 10
Re: Bug: serverinfo player team assigns
« Reply #12 on: January 28, 2008, 02:18:08 AM »
sk89q: I can read pb, pr and other variables. I don't look for server browser code, I was looking for server code when he sets these variables. I thought I'd be able to detect a bug since I'm professional programmer.

Zorchenhimer

  • Autococker
  • Posts: 2614

pppspoonman

  • PGP
  • Posts: 10
Re: Bug: serverinfo player team assigns
« Reply #14 on: January 28, 2008, 12:02:26 PM »
I don't play DPP, I just want to support it with my multi-game-scorebot. It works at the moment but it's useless since I cannot detect teams. I don't mind if DPP is open-source or closed-source. Of course it would be better it is open source - so I can detect a bug and send you a patch. But it's not my concern to request source or change your development and/or game.

I just want to work out this bug so my scorebot can support DPP and servers display information correctly. I can support you and you can support my - its best for your and my interest. I'd like you to fix a bug or send me just this method that assigns pb/pr/py... cvars so I can point out a bug (probably you're a) iterating with integer iterator and add current iterator value to pr/pb/py/pp/po cvar instead of real player identifier or b) methods that assign pr/pb/py/pp/po cvars iterate in different way that player info iterates).

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: Bug: serverinfo player team assigns
« Reply #15 on: January 28, 2008, 12:44:51 PM »
Unfortunately the only person that can help you here is jitspoe.  He's busy with finding a job and a few other things so it may be a while before he gets back to you here.   Everyone else here on the forums is going to be of no assistance to you, since yourself and Herron have already identified that there is in fact a bug.

Nice to see that there's still a few guys that know TCL. ;) I've been running scorebots for this game on my eggdrops for years.  I'll have to take a look at your's because I've been too lazy to do a warsow scorebot (and couldn't compile qstat w/ wsw support on the old FreeBSD shells I had).  I never noticed any of these problems before since the only time I check the p* cvars is for a !teams trigger that is used to see the teams before assigning a clan to a colour.

Edit: I'm totally going to use ClanTopic::Whoiseventhandler in another project of mine :)

pppspoonman

  • PGP
  • Posts: 10
Re: Bug: serverinfo player team assigns
« Reply #16 on: January 28, 2008, 01:55:18 PM »
XtremeBain: I wrote one TCL scorebot for q3/q4/wsw but it was a nightmare. Now I write c++ scorebot and TCL will be only a wrapper.

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: Bug: serverinfo player team assigns
« Reply #17 on: January 28, 2008, 02:01:09 PM »
Yeah, I ended up just using TCL to wrap a lot of CLI PHP.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Bug: serverinfo player team assigns
« Reply #18 on: January 29, 2008, 11:40:44 AM »
If players are in the process of connecting to the server, downloading maps, etc, it throws the player numbers off.  The game doesn't know about a player until the player has fully connected and loaded, and thus the cvars are not updated, but the server reports the player as being connected.

pppspoonman

  • PGP
  • Posts: 10
Re: Bug: serverinfo player team assigns
« Reply #19 on: January 29, 2008, 02:38:09 PM »
Thanks for replay jitspoe. Since you know where the bug is, are you going to fix it? Otherwise these variables are useless :(