ertlflorian1 Posted March 6, 2013 Share Posted March 6, 2013 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) Link to comment
ertlflorian1 Posted March 6, 2013 Author Share Posted March 6, 2013 Yes it work the Name wouldnt change on the server but in the settings?? Link to comment
iPrestege Posted March 6, 2013 Share Posted March 6, 2013 What's the fuc K problem if the nick wasn't change in the setting? Link to comment
PaiN^ Posted March 6, 2013 Share Posted March 6, 2013 What do you mean in the settings ? You mean if you changed your nick from the settings, It changes .? Link to comment
iPrestege Posted March 6, 2013 Share Posted March 6, 2013 Yes it will cahnge but realy it won't change. Link to comment
PaiN^ Posted March 6, 2013 Share Posted March 6, 2013 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. Link to comment
xXMADEXx Posted March 7, 2013 Share Posted March 7, 2013 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 ) Link to comment
Castillo Posted March 7, 2013 Share Posted March 7, 2013 cancelEvent should work just fine. Link to comment
iPrestege Posted March 7, 2013 Share Posted March 7, 2013 cancelEvent should work just fine. Yes it will work but in game setting it will change here is the problem ( = Link to comment
Castillo Posted March 7, 2013 Share Posted March 7, 2013 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. Link to comment
iPrestege Posted March 7, 2013 Share Posted March 7, 2013 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! Link to comment
PaiN^ Posted March 7, 2013 Share Posted March 7, 2013 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 .? Link to comment
iPrestege Posted March 7, 2013 Share Posted March 7, 2013 "onPlayerConnect" string.find cancelEvent Link to comment
PaiN^ Posted March 7, 2013 Share Posted March 7, 2013 "onPlayerConnect" string.find cancelEvent Thanx ^^ Link to comment
Castillo Posted March 7, 2013 Share Posted March 7, 2013 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. Link to comment
iPrestege Posted March 7, 2013 Share Posted March 7, 2013 Yes but if you change that server have that script it will be the new one Link to comment
Castillo Posted March 7, 2013 Share Posted March 7, 2013 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? Link to comment
Castillo Posted March 7, 2013 Share Posted March 7, 2013 "Yes" doesn't answer my question. Link to comment
iPrestege Posted March 7, 2013 Share Posted March 7, 2013 Maybe it will problem for me Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now