Post: MW2 C# need help
05-23-2014, 08:35 PM #1
PitaGyors
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Does anyone know the client interval for MW2? in c# for PS3

        public string GetName(int client)
{
byte[] buffer = new byte[20];
PS3.GetMemory(0x0110D694 + ?? * (uint)client, buffer);
string names = Encoding.ASCII.GetString(buffer);
names = names.Replace("\0", "");
return names;
}
(adsbygoogle = window.adsbygoogle || []).push({});
07-03-2014, 08:29 PM #2
ModdedModder
Gym leader
the offset is 0x01f9f11c

and you add 0x3700
07-05-2014, 07:01 AM #3
seb5594
Proud Former Admin
Originally posted by ModdedModder View Post
the offset is 0x01f9f11c

and you add 0x3700


Thanks for trying to help the OP, but you bumped a 1 Month old thread, i think his problem got solved or he will prob never seen your reply...

Thread Closed

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo