Post: Client List Help Please
01-24-2015, 08:20 AM #1
MrKCDL
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); These Are The Two Codes I Have Found Them On Here Put The Correct Offsets In But It Only Pulls Player #0 Name


public string GetName(int ClientNum)
{
byte[] buffer = new byte[20];
PS3.GetMemory(0x014e5490 + 0x5808 * (uint)ClientNum, buffer);
string names = Encoding.ASCII.GetString(buffer);
names = names.Replace("\0", "");
return names;
}












private void metroButton1_Click(object sender, EventArgs e)
{
try
{
dataGridView1.Enabled = true; dataGridView1.RowCount = 18;
for (int i = 0; i < 18; i++)
{
dataGridView1.Update();
dataGridView1.Rows.Cells[0].Value = i;
dataGridView1.Rows.Cells[1].Value = GetName(i);

}
}
catch { }
}
(adsbygoogle = window.adsbygoogle || []).push({});
01-24-2015, 01:56 PM #2
One
At least I can fight
Don't C+P code you don't understand but give this a try.

You must login or register to view this content.

just wrote it out on here, so you may fix it up but you should get the idea.

P.S. I toke a photo of it so you can't C+P it :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo