Jump to content

Problem with /nick


Recommended Posts

Posted

When somebody makes / nick

it wouldn change the name on the Server but in the Settings.

How can i make that the name wouldnt change in the settings?

addEventHandler ( "onPlayerChangeNick", getRootElement(),function(old) 
          cancelEvent() 
          outputChatBox ("Du darfst deinen Namen nicht umändern! Frage einen Admin!", source, 255,0,0) 
end) 

Posted

That code should work :S !!

" Keep Thinking Different . " - Steve Jops

--------------------

Don't send me PMs asking for help, I Won't reply !

Posted

What do you mean in the settings ?

You mean if you changed your nick from the settings, It changes .?

" Keep Thinking Different . " - Steve Jops

--------------------

Don't send me PMs asking for help, I Won't reply !

Posted
What do you mean in the settings ?

You mean if you changed your nick from the settings, It changes .?

If so ...

Yes it will cahnge but realy it won't change.

" Keep Thinking Different . " - Steve Jops

--------------------

Don't send me PMs asking for help, I Won't reply !

Posted

You could also, remove "cancelEvent()" and just make it set the name, to what it was like:

addEventHandler ( "onPlayerChangeNick", root, 
    function (old) 
        setPlayerName(source,old) 
        outputChatBox ("Du darfst deinen Namen nicht umändern! Frage einen Admin!", source, 255,0,0) 
    end 
) 

Posted

cancelEvent should work just fine.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

That's not true, on my server I don't want players to use color codes on their nick, and when I try to set them on the settings, it cancels the event as well.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
That's not true, on my server I don't want players to use color codes on their nick, and when I try to set them on the settings, it cancels the event as well.

Try this guy code the name realy it won't change but in the setting it will change!

  

Posted
That's not true, on my server I don't want players to use color codes on their nick, and when I try to set them on the settings, it cancels the event as well.

Sorry for interrupting, But how i can do that ? I mean not allowing players to use color codes in nicknames .?

" Keep Thinking Different . " - Steve Jops

--------------------

Don't send me PMs asking for help, I Won't reply !

Posted
"onPlayerConnect" 
string.find 
cancelEvent 
  

Thanx ^^

" Keep Thinking Different . " - Steve Jops

--------------------

Don't send me PMs asking for help, I Won't reply !

Posted
That's not true, on my server I don't want players to use color codes on their nick, and when I try to set them on the settings, it cancels the event as well.

Try this guy code the name realy it won't change but in the setting it will change!

It'll appear as changed, but it won't change in game.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

He wants to prevent players from changing nick inside his server, that script does it, what's the problem if players leave the server and get the new nick he set from the settings?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

"Yes" doesn't answer my question.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...