a2x / cs2-dumper

Counter-Strike: 2 Offset Dumper
MIT License
922 stars 119 forks source link

anyone have CrosshairId? #127

Closed boyo3473 closed 6 months ago

arrayffs commented 6 months ago
cs2_dumper::schemas::client_dll::C_CSPlayerPawnBase::m_iIDEntIndex = 0x15A4;

make sure to have client.dll header files included

boyo3473 commented 6 months ago
cs2_dumper::schemas::client_dll::C_CSPlayerPawnBase::m_iIDEntIndex = 0x15A4;

make sure to have client.dll header files included what file did you get that from?

a2x commented 6 months ago
cs2_dumper::schemas::client_dll::C_CSPlayerPawnBase::m_iIDEntIndex = 0x15A4;

make sure to have client.dll header files included what file did you get that from?

https://github.com/a2x/cs2-dumper/blob/bda7f86ef346a604c49f24bc3c3c2a27723af11a/output/client.dll.hpp#L2141