StatsHelix / demoinfo

A library to analyze CS:GO demos in C#
MIT License
321 stars 78 forks source link

Almost all datas are wrong in Player.Weapons #164

Open ZjzMisaka opened 4 years ago

ZjzMisaka commented 4 years ago

I getted players from DemoParser.Participants, then read their weapons data, and found players' Weapon data are wrong. for example, a player may have an ak47, an AWP, two smokes in the same tick. screenshot https://www.iaders.com/upload/2020/0708/data.png OriginalStrings are also very strange.

maybe this is a bug?