RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Incoming Names

Johan_

Wanderer
Incoming Names

Good evening.
I am trying to disable the "incoming names" function, and yes, - I have searched the forum. I have'nt found any solution yet. But I have found a piece of code in a post:

Code:
To Disable Approaching Player name with AOS disabled:

Edit player Mobile by adding this:

[B]public override void OnSingleClick(Mobile m )
{
}[/B]

If you have AOS enabled try to add

[B]public override void AddNameProperties( ObjectPropertyList list ) 
{
}[/B]

But how do I use it? Well, I dont use AOS. I suppose I should put the code in playermobile.cs , but I get a little error message. A message that says something is wrong, something more in the code is needed. Could I please have a little hand here? Thanks!

/Johan
 
Top