(adsbygoogle = window.adsbygoogle || []).push({});
Hey NGU I was asked my a friend yesterday on how to get client names. Then he sent me this long code. But it's more simple than that

For this you can use:
1. A Label or a TextBox
2. A button (get clients)
Code:
This goes in the button.
For TextBox it would be: textbox1.text = PS3.Extension.Readstring(client ingame offset);
For label it would be: label1.text = PS3.Extension.Readstring(client in game offset);
Client ingame offset is: 0x0178646C
Add 0x5808 for next client then redo the process
And if you use the PS3 references the way I do, don't forget to add PS31.Extension.Readstring(client in game offset); as well
Don't hate on this thread please, hopefully it will help some people