Hey guys,
I'm new in this "scene" and have a question which is:
I'm reading out the Radarstruct of Counter-strike, so first i declare the struct in C++, then i read out the radarbase and use memcpy to copie the memory. All goes good in general, my only problem is:
The pitch, yaw and roll memory are lieng directly in a row, in the beginning zhe pitch
I've got the offset of the pitch and want to read the three things only with this one, i know thats possible i have to read out the pitch with 12 bytes(for the three things). But i dont even know how to come to the single results, cause when i read out the pitch with 12 bytes, i just have one result, not three(pitch, yaw, roll). How should i go about that, mabye someone of you can help me with an example
Would be very nice, so thanks in advance and sorry for my bad english, i'm a german...