rollraw/qo0-csgo

Check CEventInfo class

codecheck01 opened this issue · 4 comments

i dont quite understand what do you mean? you've reversed IClientState and for you it's on different offset?

i dont quite understand what do you mean? you've reversed IClientState and for you it's on different offset?

I mean I think the class CEventInfo is wrong (not sure).

I am getting nullptr on pClientClass and pData. (+ I'm pretty sure the class is not complete).

  • Missing CEngineRecipientFilter filter;

Untitled

valve uses 4-byte packing everywhere, currently many comments in the base have incorrect offsets and have been fixed in v2 version. probably the class is still correct.

valve uses 4-byte packing everywhere

Ough, thanks for the information, I used 8-byte and 2-byte packing too.