Addon Entry

Now supporting the newest garrysmods.org

New : UserScript to add a search button to any garrysmod.org download page Script Page Install It!

Mirrors

There are no mirrors, request one in the comment section below.
File: Door Serv->Serv Connect v1
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=121066
Description: Sup, this thing places a door on your map, which when you click E on, will "teleport" you to a specifyed server.

Go into "lua/autorun/server/Connectordoor.lua", change the top stuff:
// EDIT THIS !!!!!!!!!!
Door = {
pos = Vector(1024,-466,31),
ang = Angle(0,90,0),
ip = "00.000.000.000:00000",
name = "My Sexy Server Name"
}
to what you want.
* pos is where you want the door to be.
* ang is which angle you want the door to be spawned at.
* ip is the server you should get teleported to
* name is the servername of the server you should get teleported to.

You can add several doors, but only one per map, as of now.

Image: DoorServ Connect v1 />