for (int x = 0; x <= 17; x++)
{
string clientname = "";
byte[] Getn = new byte[18];
PS3.GetMemory(0x110d60c + ((uint)x * 0x3980), Getn);
clientname = Encoding.ASCII.GetString(Getn, 0, Getn.Length);
clientname = clientname.Replace("\0", "");
}
for (int x = 0; x <= 17; x++)
{
string clientname = "";
byte[] Getn = new byte[18];
PS3.GetMemory(0x110d60c + ((uint)x * 0x3980), Getn);
clientname = Encoding.ASCII.GetString(Getn, 0, Getn.Length);
clientname = clientname.Replace("\0", "");
}
for (int x = 0; x <= 17; x++)
{
string clientname = "";
byte[] Getn = new byte[18];
PS3.GetMemory(0x110d60c + ((uint)x * 0x3980), Getn);
clientname = Encoding.ASCII.GetString(Getn, 0, Getn.Length);
clientname = clientname.Replace("\0", "");
}
for (int x = 0; x <= 17; x++)//int x
for (uint x = 0; x <= 17; x++)//uint x
Copyright © 2026, NextGenUpdate.
All Rights Reserved.