Multiple spawn rooms

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,300
974
How can I implement multiple spawns in a map (switching spawns after a point is capped)? So far I have set the spawns to enable/disable once the point is capped, yet I am having two issues: Both teams are spawning on the same point (yes, I have made sure that the info_player_teamspawns are set to the correct teams), and the the spawnpoints won't disable or enable on the point capture, and I can't find any guides online so I can troubleshoot.
Issue1a.PNG
Issue1b.PNG
Issue1c.PNG
Issue1d.PNG
And what I have in my team_control_point
Issue1e.PNG

All and any help is appreciated!
 

Skittelz

L6: Sharp Member
Mar 17, 2016
399
281
RedSpawn2 and BlueSpawn2 are connected to your 2nd point. So basically what that means is that those spawns choose the team by what the the point is capped by. So remove it.