View Single Post
Author Message
Extremelyd1
Junior Member
Join Date: Nov 2017
Old 11-10-2018 , 07:53   Scoreboard and score management (CSGO)
Reply With Quote #1

I'm working on a custom csgo gamemode in which I need to terminate the round in certain cases. This works fine with CS_TerminateRound(), however, the score is not being updated, so in order to do that I need to call CS_SetTeamScore() to manually handle the scores. This messes up the scoreboard though, since it also occurs that the round finishes normally (by eliminating an entire team for example).

Is there a way to manage the scoreboard and the team scores and keeping everything clean looking in the 'tab' display (the bar that tells you what happened which round and who won)?

Any help is greatly appreciated, and if anything is not clear or you need more information, please ask!
Extremelyd1 is offline