For some reason i'm getting some weird strings when trying to get a players name from the radarstruct:
Returns this:

Code:
int radar = process.ReadInt(process.ClientModule + 0xA841FC);
int radarPointer = process.ReadInt(new IntPtr(radar + 0x20));
tmp.Name = process.ReadString(new IntPtr(radarPointer + (0x1E0 * (playerid + 1)) + 0x24), 32);
Aucun commentaire:
Enregistrer un commentaire