Quote:
Originally Posted by Bl0nkt
Hachi's Post =o
|
I posted an example in the Code Gallery of show profile.
Quote:
Originally Posted by Skyld
PHP Code:
findPlayer("Foo").showProfile();
... already exists for opening the profile itself although I don't think you can get info from it.
In terms of actually collecting profile information, this might be possible using the serverlister, I will try it sometime.
|
Hmm... findPlayer("ACCOUNT") works clientside?
Anyway, heres something:
showProfile(); on it's own just shows a blank profile, to show your own profile you need to do one of the following:
PHP Code:
player.showProfile();
players[0].showProfile();