
Originally Posted by
xpeace
Radarbasepointer is 0x54.
Thank you very much, I changed it with 0x54 but I still get only an empty array.
I checked the Radarbase in CE. So it does look good I can find the names..but somehow the reading part is wrong
Okay nevermind .. after some debugging and checking in CE i found that my RPM fked up my pointer..
For everyone else this solved the issue for me:
Code:
Radarbase = Radarbase + (Offset.RadarSize * (i + 1) + Offset.EntityRadarbaseName);
ReadProcessMemory(handle, (LPCVOID)Radarbase, &pchName, sizeof(pchName), 0);