info_armsrace_(counter)terrorist

From Valve Developer Community
Jump to: navigation, search
English (en)
... Icon-Important.png
CS:GO Game Modes/Arms Race

Counter-Strike: Global Offensiveinfo_armsrace_terrorist and info_armsrace_counterterrorist are point entities in Counter-Strike: Global Offensive.

Note.pngNote:This is a preserved entity in Counter-Strike: Global Offensive.
  • On a new round, its properties including its position will intentionally not reset. You can use logic_auto to emulate resetting it.
  • Killing it removes it forever, as it is not respawned on a new round.
  • It cannot be spawned with a point_template.
  • Parenting this with non preserved entities may have undesirable effects.

Entity Description

This entity serves as an additional spawn point for Terrorists or Counter-Terrorists in CS:GO/CS2 Arms Race Arms Race.

It has the same KeyValues, Inputs and Outputs as info_player_(counter)terrorist.

In Hammer, these entities are represented by the player models seen on de_dust2, namely the Elite Crew and the IDF.

See also