Private/match server connection menu
#1
This was posted a while back in the script requests, but has become outdated and I think people could use this instead of typing out connects in pubs, so I hope it's helpful(not my idea, so you know).

FUNCTION:
Provides quick access to many private servers that can be used for matches.

[Image: KRTd9.png]

USAGE:
Append the below script to your autoexec.cfg

You can then access the private server list by typing:
/showmenu "Private Connects"

Or alternatively by binding to a key, for example P

/bind "P" [showmenu "Private Connects"]

SCRIPT:
//Private connects menu
//Main
newmenu "Private Connects"
menuitem "BCFH" [showmenu "BCFH"]
menuitem "legacy" [connect legacysrv.tk 9999 match]
menuitem "Mewtwo" [showmenu "Mewtwo"]
menuitem "MyS" [showmenu "MyS"]
menuitem "oNe" [connect one.asrv.tk 8010]
menuitem "Server Of Justice" [connect ac-jamz.com 20000 match]
menuitem "TyD" [connect tearyoudown.com 21000 match]
menuitem "w00p" [showmenu "w00p"]
menuitem "TaS league servers" [showmenu "TaS League"]

//BCFH
newmenu "BCFH"
menuitem "Helvete" [connect helvete.bcfh.eu 3040 war]
menuitem "Skyrim" [connect skyrim.bcfh.biz 28763 war]

//Mewtwo
newmenu "Mewtwo"
menuitem "Mewtwo 8888" [connect mewtwo.tk 8888 match]
menuitem "Mewtwo 7777" [connect mewtwo.tk 7777 match]

//MyS
newmenu "MyS"
menuitem "MyS Match #1 GER" [connect mys.aa.am 21111 match]
menuitem "MyS Match #2 GER" [connect mys.aa.am 22222 match]
menuitem "MyS Match #3 GER" [connect mys.aa.am 23333 match]
menuitem "MyS 3333 |Match| GER" [connect mys.aa.am 3333 match]
menuitem "MyS 4444 |Match| GER" [connect mys.aa.am 4444 match]
menuitem "MyS 5555 |Match| GER" [connect mys.aa.am 5555 match]

//w00p
newmenu "w00p"
menuitem "hlin 9999" [ connect hlin.woop.us 9999 match ]
menuitem "hlin 8999" [ connect hlin.woop.us 8999 match ]
menuitem "hlin 7999" [ connect hlin.woop.us 7999 match ]
menuitem "dula 9999" [ connect dula.woop.us 9999 match ]

//TaS league
newmenu "TaS League"
menuitem "MyS" [showmenu "MyS"]
menuitem "oNe" [connect one.asrv.tk 8010]
menuitem "TyD" [connect tearyoudown.com 21000 match]
menuitem "w00p" [showmenu "w00p"]

If you have any other private servers or as servers go up/down please notify me and i'll update the script.

CREDITS: From memory the original script was done by DrauL, i've simply edited/added and removed some connects.

UPDATE: Have added a submenu with the servers allowed in the TaS league.
Enjoy!
Thanks given by:


Messages In This Thread
Private/match server connection menu - by castiel - 25 Apr 11, 11:10AM