Felladrin
Member
Felladrin submitted a new resource:
Display staff level under character's name - Easy way to show your players who is officially a staff member.
Read more about this resource...
Display staff level under character's name - Easy way to show your players who is officially a staff member.
Display staff level under character's name
This is a fast mod to let your players know who is officially member of the staff.
All you need to do is to open PlayerMobile.cs and look for the line:
Code:base.GetProperties(list);
Then, below this line you add the following:
Code:if (AccessLevel > AccessLevel.Player) list.Add(1060847, "{0}\t{1}", "Shard", Enum.GetName(typeof(AccessLevel),...
Read more about this resource...