Adde Posted December 13, 2013 Share Posted December 13, 2013 Hello, I have a question. Is it possible to make a script that move the players to another server when they join? Or can it be configured in server config? Example: function changeServer() ( redirects the player to another server ) end addEventHandler("onPlayerJoin", getRootElement(), changeServer) I was moved to another server when I was abt to join one when they changed ip but I can´t find out how they did. So now I am asking if and how it´s possible to use. 1 Link to comment
Castillo Posted December 13, 2013 Share Posted December 13, 2013 Yes, it is, use the function: redirectPlayer Link to comment
Adde Posted December 13, 2013 Author Share Posted December 13, 2013 Okay, thank you. It will be usefull. 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