This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Does not parsing all players properly #150
Comments
Hi I found that the library doesnt parse all entries in a Stringtable Packet. Just delete line 83 and 84 in Namespace: DemoInfo.DP.Handler Class: CreateStringTableUserInfoHandler . if (userdata.Length == 0) That at least solved my issue with players not beeing parsed. |
Deleting that will lead to unwated behavior, change it to:
instead. Edit: I just checked, it is already
where did you see:
? |
I just removed
as you suggested.
steaming from:
|
In the stable release 1.2.0 from November 2015 (you can download the zip) there is a break instead of continue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lib does not parsing some players and event related to this players have null in player field.
examples:
https://www.hltv.org/matches/2320066/sk-vs-astralis-iem-katowice-2018 map 2 (de_mirage).
https://www.hltv.org/matches/2320074/renegades-vs-cloud9-iem-katowice-2018 map 3 (de_train).
parser.PlayingParticipants have 9 players, PlayerKilledEventArgs have null in fields Killer/Victim/Assister when event related to missing player.
(version is last stable realise 1.2.0)
The text was updated successfully, but these errors were encountered: