info_player_(counter)terrorist
Jump to navigation
Jump to search
info_player_terrorist and info_player_counterterrorist are point entities available in the following Source engine games:
Counter-Strike: Source ,
Counter-Strike: Global Offensive .
Entity description
These entities are spawn points for either Terrorists or Counter-Terrorists. At least one of each should be placed for each team member.
Like every player spawn entity, its origin should be placed...
- at least 16 units above the ground,
- more than 32 units away from each other,
- more than 16 units away from surrounding walls and
- not intersecting with any solid geometry,
otherwise the spawn point can become invalid, effectively behaving as if it didn't exist.
Standard maps use between 16 and 32 spawn points.





Invalid terrorist spawnpoint at (<x>,<y>,<z>)
. These lines can easily be found in the console using con_filter_enable 2 and con_filter_text spawnpoint.Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
Behaviour:
- Spawn priority (priority) <integer> (only in
)
- Determines which spawn points get used first. Smaller numbers are used before larger numbers.
- Enabled by default? (enabled) <boolean> (only in
)
- Should this spawn be enabled by default?