I believe NS uses the individual player scores to work out the team score client-side. The message for player scores is ScoreInfo, and its format is: Byte - The index of the player. Short - The player's score. Short - The player's kills Short - The player's deaths. Byte - The player's class. Short - The player's auth status. A bitmask. Short - The team the player is on.
Taken from http://homepage.ntlworld.com/pr.searle/nsnet/
Brian A. Stumm wrote:
It appears that TeamScore is not used in nsp (natural selection) mod. Anyone know what to look at to get the team scores? I've got a huge dump of pfnMessageBegin pfnWriteString pfnWriteByte etc but see nothing that looks like it might be team score related.
CS, DoD and TFC all use TeamScore. DoD is slightly diff than CS and TFC but you at least know where to look...
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

