info_armsrace_(counter)terrorist

From Valve Developer Community
Revision as of 07:39, 9 September 2021 by Popcorn (talk | contribs) (Wrote something for each typical heading. Linked to info_player_terrorists in most cases. Descriptions about spawning in armsrace belongs to the armsrace article, I guess.)
Jump to navigation Jump to search
English (en)Translate (Translate)
Creating a Arsenal: Arms Race Map

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

In Hammer, these entities are represented with the player models seen on de_dust2.

Icon-Important.pngImportant:This is a preserved entity in.
If the game has round restart mechanics this entity may not behave as expected:
More info
  • On a new round entities with this classname 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

It serves as an additional spawn point for Terrorists or Counter-Terrorists in the Armrace game mode.

KeyValues

Same as info_player_(counter)terrorist#KeyValues.

Inputs

Same as info_player_(counter)terrorist#Inputs.

Outputs

Same as info_player_(counter)terrorist#Outputs.

See also