Moving Spawns

NateTDOM

L1: Registered
Sep 3, 2016
29
2
How do I make it so that when blues spawn moves forward on any map that has moving spawns, that red team gets moved out of it so they cant get stuck in it? Kinda like on upward when blu spawns near the third point, if a red member is standing in that room when it changes the get teleported to last.
 

Cytosolic

L5: Dapper Member
May 1, 2015
201
169
Make a a trigger_teleport brush that covers the spawn area and place an info_target or info_teleport_destination or point_teleport in the next active red spawn. Set up a filter so only Red players are teleported and trigger the teleport when you switch the spawns. More info can be found here.

Let me know if you have any questions or need clarification on something.

Edit: No offense intended n8five484, but I don't think you answered his question. Correct me if I'm wrong.
 

NateTDOM

L1: Registered
Sep 3, 2016
29
2
Make a a trigger_teleport brush that covers the spawn area and place an info_target or info_teleport_destination or point_teleport in the next active red spawn. Set up a filter so only Red players are teleported and trigger the teleport when you switch the spawns.

The teleport thing is what i did, and i made it so that it enables for only a split second after the second point is capped(when their spawn moves). But what happens is that red team mmbers do not get telported by it. I stood in the spawn room on red while i let bots cap the point and it didn't teleport me.
 

Vel0city

func_fish
aa
Dec 6, 2014
1,947
1,589
The teleport thing is what i did, and i made it so that it enables for only a split second after the second point is capped(when their spawn moves). But what happens is that red team mmbers do not get telported by it. I stood in the spawn room on red while i let bots cap the point and it didn't teleport me.
There's a flag you have to set. One of them being Clients, and if it's available, Bots as well.
 

NateTDOM

L1: Registered
Sep 3, 2016
29
2
There's a flag you have to set. One of them being Clients, and if it's available, Bots as well.

Oh okay. Let me see if that works now.

Edit: Thank you. It works now
 
Last edited: