Quote:
Originally Posted by Neeeeeeeeeel.-
Are the names of the scorebar already in the client's memory when you send the command?
|
Everything. Team, scores, all those have a relationship (SVC_CLIENTDATA, TeamInfo msgid, ScoreInfo msgid).
There's no reason to client send a request EVERYTIME when +gamescore button is sent, that would be so overpowered if 32 clients are spamming the command. So, guess by yourself, data is sent to client when it needs to change.
Also, +gamescores is never sent to server.
** When a client uses a command, if is not present on client's game cmd list, it will be sent to the server. (example: "say" and "say_team")
__________________