Big area teleport

Stepz

der grüne man
This code is for if it falls, it will go to another place:
mins and maxs determine the width of the exact location for example, from one to ten, see how far you have left
Code:
{
"classname" "blocked_teleporter"
"origin" "3545 1630 200"
"mins" "-500 -500 -500"
"maxs" "500 500 500"
"target" "katkot"
}
{
"classname" "target_position"
"targetname" "katkot"
"origin" "1550 2455 592"
"angles" "0 91 0"
}
 
Back
Top