View Single Post
  #4  
Old 10-04-2010, 07:17 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by iSlayer View Post
How is it a bug
Because doing findPlayerByCommunityName("") wouldn't work for accounts that doesn't have one defined.

The most common workaround for servers right now is to use a custom community name string, like...

NPC Code:
client.communityName = (player.communityname == "" ? player.account : player.communityname);

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote