Info armsrace counterterrorist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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.)
(Updated formatting/links. Removed sections KV, I, O.)
Line 1: Line 1:
{{lang|info_armsrace_counterterrorist|title=info_armsrace_(counter)terrorist}}
{{lang|info_armsrace_counterterrorist|title=info_armsrace_(counter)terrorist}}
{{back|Creating a Arsenal: Arms Race Map}}
{{back|CS:GO Game Modes/Arms Race}}
{{csgo}}'''<code>info_armsrace_terrorist</code>''' and '''<code>info_armsrace_counterterrorist</code>''' are [[point entity|point entities]] in {{game link|Counter-Strike: Global Offensive}}.
{{csgo}}'''<code>info_armsrace_terrorist</code>''' and '''<code>info_armsrace_counterterrorist</code>''' are [[point entity|point entities]] in {{csgo|3}}.
<p>
In Hammer, these entities are represented with the player models seen on ''de_dust2''.
{{preservedEnt|0}}
{{preservedEnt|0}}


==Entity Description==
==Entity Description==
It serves as an '''additional''' spawn point for Terrorists or Counter-Terrorists in the [[Creating a Arsenal: Arms Race Map|Armrace]] [[game mode]].
This entity serves as an '''additional''' spawn point for Terrorists or Counter-Terrorists in {{csgo mode|Ar}}.


==KeyValues==
It has the same KeyValues, Inputs and Outputs as [[info_player_counterterrorist|info_player_(counter)terrorist]].
Same as [[info_player_terrorist#KeyValues|info_player_(counter)terrorist#KeyValues]].


==Inputs==
In Hammer, these entities are represented by the [[Choosing Player Models|player models]] seen on ''de_dust2'', namely the ''Elite Crew'' and the ''IDF''.
Same as [[info_player_terrorist#Inputs|info_player_(counter)terrorist#Inputs]].
 
==Outputs==
Same as [[info_player_terrorist#Outputs|info_player_(counter)terrorist#Outputs]].


==See also==
==See also==
* [[info_player_counterterrorist|info_player_(counter)terrorist]]
* [[info_deathmatch_spawn]]
* [[info_deathmatch_spawn]]



Revision as of 15:56, 21 June 2022

English (en)Translate (Translate)
CS:GO Game Modes/Arms Race

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

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

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