Questioncan't write an angle ?

Posts 1–4 of 4 · Page 1 of 1
can't write an angle ?
Hello mpgh,

Sorry for being blind like that but i can't see any changes when i'm writing an angle, someone could explain me why please ?

Code:
            int pAnglePointer = mem.Read<int>(engineDLL + m_dwEnginePosition);
            mem.Write<float>(pAnglePointer + m_dwViewAngles, x);
            mem.Write<float>(pAnglePointer + m_dwViewAngles + 0x4, y);
This have to change my view point no? Because nothing is changing right now.. (rpm/wpm is working fine)

m_dwEnginePosition = 0x00667ABC
m_dwViewAngles = 0x00004D0C
Quote Originally Posted by VGZDESIGN View Post
m_dwEnginePosition = 0x00667ABC
m_dwEnginePosition = 0x5B92A4
Quote Originally Posted by WasserEsser View Post
m_dwEnginePosition = 0x5B92A4
It's working, thank you ! (had to use m_dwClientState from the dumper..).
/Solved & closed.
Posts 1–4 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?