well is there a specific name for each one? i always use info_ut_spawn for team matches, and info_player_start for ffa's
Spawn and Respawn are different.
Here is the simple explanation:
http://bubba.planetquake.gamespy.com/team2.htmlIn a nutshell:
Now it's time to place all of the spawing enties that will
allow red and blue players to beat the snot out of eachother.
Here are all of them with a list their functions:
1. team_CTF_redplayer = allows a player to join red team.
2. team_CTF_blueplayer = allows a player to join blue team.
3. team_CTF_bluespawn = allows blue player to respawn.
4. team_CTF_redspawn = allows red player to respawn.
5. info_player_start = The same old spawn used to get you
into your map.
When placing the team spawn points in your map it's a good
idea to have as many spawns as players you plan to allow in
the map. Otherwise you'll end up with telefragged goo. Start
by placing the blue team by right-clicking on the 2-D window
and selecting "team_CTF_blueplayer". Place the entities as
pictured below or at least within the parameter of your team
base. This will allow players to join the blue team. Now do
the same with "team_CTF_bluespawn". These will be where
players from the blue team will reappear after being killed.