SnoopCat Posted October 8, 2011 Share Posted October 8, 2011 hello i need to redirect my players to a new server how i can do this? Link to comment
^Dev-PoinT^ Posted October 8, 2011 Share Posted October 8, 2011 https://wiki.multitheftauto.com/wiki/RedirectPlayer Link to comment
SnoopCat Posted October 8, 2011 Author Share Posted October 8, 2011 i need one whitout comand plz Link to comment
^Dev-PoinT^ Posted October 8, 2011 Share Posted October 8, 2011 (edited) ..... Edited October 8, 2011 by Guest Link to comment
SnoopCat Posted October 8, 2011 Author Share Posted October 8, 2011 but i dont need a gui. i need a script that when u enter a server redirects to the new server cuz the one i want to use this script will not gonna be used anymore Link to comment
Discord Moderators Zango Posted October 8, 2011 Discord Moderators Share Posted October 8, 2011 addEventHandler ('onPlayerJoin', root, function () redirectPlayer (source, '127.0.0.1', 22003) end ) replace second and third argument in redirectPlayer with the details of the server you're forwarding to. This is a serverside script. Link to comment
SnoopCat Posted October 8, 2011 Author Share Posted October 8, 2011 Solved i pasted the script on the admin runcode... 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