Both Teams are Full error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Clearified.)
m (Cleaned up my own mess.)
Line 1: Line 1:
The game cannot find an available spawn point, either because you forgot to place them, or because those you placed are invalid.
You need to have both <code>info_player_counterterrorist</code> and <code>info_player_terrorist</code> entities in the map, or the game will not be set up correctly. See [[Counter-Strike: Source Level Creation]] for information on the necessary entities.
If both spawn points has been placed, check the [[console]]. If it reports that your spawn points are invalid, the problem is usually that your spawn point entities are intersecting another surface in the map (usually the ground). (Unlike HL2SP and HL2DM spawn point entities, CS:S spawn point entities will intersect the ground if not placed a couple of units above it.) Try moving the entities up a little bit to make sure that they are not intersecting with anything.
[[Category:Level Design FAQ]]
[[Category:Level Design FAQ]]
You need to have both <code>info_player_counterterrorist</code> and <code>info_player_terrorist</code> entities in the map, or the game will not be set up correctly. See [[Counter-Strike: Source Level Creation]] for information on the necessary entities.
Also check the [[console]]. If it reports that your spawn points are invalid, try moving them a little bit up to make sure they are not intersecting with anything. The problem is usually that your spawn point entities are intersecting another surface in the map (usually the ground), and thus the spawn point is invalid. (Unlike HL2SP and HL2DM spawn point entities, CS:S spawn point entities will intersect the ground if not placed a couple of units above it.)

Revision as of 06:31, 26 August 2006

The game cannot find an available spawn point, either because you forgot to place them, or because those you placed are invalid.

You need to have both info_player_counterterrorist and info_player_terrorist entities in the map, or the game will not be set up correctly. See Counter-Strike: Source Level Creation for information on the necessary entities.

If both spawn points has been placed, check the console. If it reports that your spawn points are invalid, the problem is usually that your spawn point entities are intersecting another surface in the map (usually the ground). (Unlike HL2SP and HL2DM spawn point entities, CS:S spawn point entities will intersect the ground if not placed a couple of units above it.) Try moving the entities up a little bit to make sure that they are not intersecting with anything.