Make a Teleport without Teleporters

T

TheCrafters

Hello,
How do i make a Teleport without using Teleporters, I want to do this for my map jump_simplejumper, so I can cut down the lag. Is there a way I can do this?
 

Da Spud Lord

Occasionally I make maps
aa
Mar 23, 2017
1,339
994
You've got a couple options depending on what you need:
-trigger_teleport will teleport any players that touch it to a specified destination entity, with an optional landmark to determine an offset for the teleportation.
-trigger_teleport_relative functions similar to trigger_teleport, but instead of teleporting to a specified destination entity, it changes the player's x y z coordinates by a specified amount.
-point_teleport will teleport a specified entity to it upon receiving an input.