Re-Route Script 
36 comments
Author: Ax3
aom-clan.ru


Type in chat "!server" and it will open menu with avainable servers. I wrote a testing servers, but you must write your servers.

Didn't works for "New Game" servers

Hope you like it!
P.S. Dont post comments with "It's very easy i can make it with 5 seconds". I didn't saw any simular script in US so i made it.
edited 3×, last 19.04.12 02:10:52 pm

Comments
36 commentsLog in!
You need to log in to be able to write comments!Log in
Not efficient
Fixed:
Fixed:
Code:
1
2
3
2
3
function menu_reroute(id, title, button)
parse("reroute "..id.." "..server_route[button])
end
parse("reroute "..id.." "..server_route[button])
end
the script has a small bug for the buttons 6 and 7. both will reroute you to the server entry 2.
you should fix that.
you should fix that.
Actually, one can make this in (a little more than) five seconds. Really easy:
reroute
Code:
1
parse("reroute " .. id .. " " .. ip .. ":" .. port)
