View Single Post
  #5  
Old 01-14-2008, 10:20 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
Quote:
Originally Posted by TSAdmin View Post
I tend to use findPlayerByCommunityName() more often, now, since even if your account is Pre-Graal12345 and is an actual account name, it still uses that as your community name, and won't negatively affect finding of the target.
There's a chance it could negatively effect the finding of the target, because I believe that if a player has not yet set a community name, then findPlayerByCommunityName() doesn't work.

For example:
PHP Code:
findPlayerByCommunityName("Graal12345"); 
returns null.

There's a chance I'm wrong. I don't have the opportunity to test this at the moment .
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
Reply With Quote