ValveSoftware / csgo-demoinfo

CS:GO demo parsing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question regarding the example posted.

cyborg-nation opened this issue · comments

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.