EBlazed Posted September 27, 2011 Share Posted September 27, 2011 Hello I was wondering if anyone knew how to set it up where if you join a server, it will redirect you to another. Thanks:D Link to comment
0 Mdbelen Posted September 27, 2011 Share Posted September 27, 2011 onPlayerJoin redirectPlayer. That's how it's done on our old server as you might know. Don't you know scripting a bit? Isn't that hard, 1-4 lines. Link to comment
0 Phat Looser Posted September 28, 2011 Share Posted September 28, 2011 Don't forget to set ACL rights. Link to comment
0 Benevolence Posted September 29, 2011 Share Posted September 29, 2011 Search the wiki to see what MTA allows you to do before you ask if it's possible. Anyway, look at this page https://wiki.multitheftauto.com/wiki/RedirectPlayer, that is it. If you have any questions feel free to post a reply. Good luck! Link to comment
0 HunT Posted September 30, 2011 Share Posted September 30, 2011 function redirect () redirectPlayer ( source,"000.00.000.00",(00000) end addEventHandler ( "onPlayerJoin", getRootElement(), redirect ) 00000 = Port 000.00.000.00 = IP Add in ACL admin group & Enjoy i Use this in my old servers (serverFFShit) for redirect the players in new server. Link to comment
0 diegofkda Posted October 1, 2011 Share Posted October 1, 2011 That' will make the script fail. Link to comment
Question
EBlazed
Hello I was wondering if anyone knew how to set it up where if you join a server, it will redirect you to another.
Thanks:D
Link to comment
5 answers to this question
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