Both Teams are Full error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Source_SDK_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 Making Counter-Strike: Source Maps for information on the necessary entities. Also check your console if it reports that your spawn points are invalid try moving them a little bit like 2 units up or something.
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 Making Counter-Strike: Source Maps for information on the necessary entities. Also check your console if it reports that your spawn points are invalid try moving them a little bit like 2 units up or something.

Revision as of 02:48, 30 June 2005

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 Making Counter-Strike: Source Maps for information on the necessary entities. Also check your console if it reports that your spawn points are invalid try moving them a little bit like 2 units up or something.