Need help with spawns

stupidmapcreator

L1: Registered
Mar 22, 2020
3
0
Alright, I am trying to make spawns for both red and blu but it is currently not working. All players spawn on the same spawn, even players from the other team
Here are the spawn/info_player_teamspawn settings
Note: This is a info_player_teamspawn, so the class is not a problem (I believe)
BLU
Name: bluespawn
Team: Blue
Match Summary: Not Valid
Start Disabled: No
Pitch Yaw Roll (Y Z X): 0 180 0
Associated Control Point: [BLANK]
Spawn Mode: Normal
Blue spawn for round: bluespawn
Red spawn for round: redspawn
RED
Name: redspawn
Team: Red
Match Summary: Not Valid
Start Disabled: No
Pitch Yaw Roll (Y Z X): 0 0 0
Associated Control Point: [BLANK]
Spawn Mode: Normal
Blue spawn for round: bluespawn
Red spawn for round: redspawn
 

Da Spud Lord

Occasionally I make maps
aa
Mar 23, 2017
1,339
994
Blue spawn for round: bluespawn
Red spawn for round: redspawn
These are probably your issue. These values are only meant to be used on multistage maps to reference team_control_point_round entities; they should not reference the spawnpoint itself and should be left blank on single-stage maps.

Also, make sure your spawns are at least 8-16HU off the ground.
 

stupidmapcreator

L1: Registered
Mar 22, 2020
3
0
These are probably your issue. These values are only meant to be used on multistage maps to reference team_control_point_round entities; they should not reference the spawnpoint itself and should be left blank on single-stage maps.

Also, make sure your spawns are at least 8-16HU off the ground.
Thanks! This worked.