ValveSoftware / csgo-demoinfo

CS:GO demo parsing tool
BSD 2-Clause "Simplified" License
489 stars 101 forks source link

Question regarding the example posted. #26

Open cyborg-nation opened 6 years ago

cyborg-nation commented 6 years ago

CSingleUserRecipientFilter filter( this ); filter.MakeReliable(); CCSUsrMsg_HintText msg; msg.set_text( "ExampleHint" ); SendUserMessage( filter, CS_UM_HintText, msg );

I am kinda missing the SendUserMessage and RecipientFilter so I was wondering how you'd get those even though I (think I compiled all the porotbufs available online) I am sorry asking this in this old git but I am interested in learning and that's why I was wondering if you could either give me some tips here or on steam / discord because I guess it should be really straight forward for someone who already messed with this.

Either way sorry for bumping and have a nice day.