Quote:
Originally Posted by TSAdmin
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

.