Closed in0finite closed 8 months ago
Your algorithm of tracking rounds wrong, i think. In second phase every team swap his sides, defender to protector. So you have for example 6 wins by ct and 3wins by t, after swap t won but you track this win to wrong team cuz you re not to swap wins. All gona work if you swap winners score when become second phase.
Thank you very much. I totally forgot about team switching. Should be using CTeam.Score
property.
Research
Description
Some demos are reporting wrong round results.
Both
RoundEnd event
andGameRules.CSRoundResults
give the same result, but that result doesn't match the one from HLTV.Example : (map Vertigo) https://www.hltv.org/matches/2369946/ence-vs-astralis-pgl-cs2-major-copenhagen-2024-europe-rmr-b official : 13 - 6 parser : 10 - 9
Code to reproduce
Affected demos
No response