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 ?
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
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);
m_dwEnginePosition = 0x00667ABC
m_dwViewAngles = 0x00004D0C
