Hey Guys,
I have a problem i want to save the Users Nickname without their Titles. I use Clan Tags too and these Tags are Shown too.
To get the Displayname i use:
Is there a way to remove the Tags and Titles?
I dont know if im right to post it here or at Clan Tags too.
I have a problem i want to save the Users Nickname without their Titles. I use Clan Tags too and these Tags are Shown too.
To get the Displayname i use:
p = BasePlayer.FindByID(Convert.ToUInt64(memberId));
sb.Append(p.displayName);Is there a way to remove the Tags and Titles?
I dont know if im right to post it here or at Clan Tags too.