View Single Post
  #3  
Old 09-27-2006, 12:10 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Bl0nkt View Post
Hachi's Post =o
I posted an example in the Code Gallery of show profile.

Quote:
Originally Posted by Skyld View Post
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(); 
Reply With Quote