View Single Post
  #3  
Old 02-19-2010, 11:53 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Agreed, I think it's supposed to be like that anyhow. I tend to use this in player classes:

PHP Code:
public function niceName() {
  return ((
this.communityname == null || this.communityname == "guest") ? this.account this.communityname);

__________________
Reply With Quote