Team: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
|-
|-
|<code>1</code>
|<code>1</code>
|Spectator
|'''Spectator'''
|Invisible
|Invisible
|-
|-
|<code>2</code>
|<code>2</code>
|Terrorist
|<span style="color:gold">Terrorist</span>
|Terrorist map default, or choosen agent
|<span style="color:gold">Terrorist</span> map default, or choosen agent
|-
|-
|<code>3</code>
|<code>3</code>
|Counter-Terrorist
|<span style="color:#057aff">Counter-Terrorist</span>
|Counter-Terrorist map default, or choosen agent
|<span style="color:#057aff">Counter-Terrorist</span> map default, or choosen agent
|-
|-
|Other
|Other
|Undefined
|Undefined
|Terrorist map default
|<span style="color:gold">Terrorist</span> map default
|}
|}
{{Tip|You can change it using <code>ent_fire</code> in {{Csgo mode|Coop}} and play for the Terrorist team}}
{{Tip|You can change it using <code>ent_fire</code> in {{Csgo mode|Coop}} and play for the Terrorist team}}

Revision as of 10:48, 29 September 2022

Stub

This article or section is a stub. You can help by expanding it.

teamnumber is a keyvalue, that avalible in Counter-Strike: Global Offensive Counter-Strike: Global Offensive. It defines the team of player.

Tip.pngTip:You can test these out in game with console command ent_fire player AddOutput "teamnumber #" where # is a number from table below.

Various teamnumber in Valve Source Engine titles

Decimal Description Player Model
1 Spectator Invisible
2 Terrorist Terrorist map default, or choosen agent
3 Counter-Terrorist Counter-Terrorist map default, or choosen agent
Other Undefined Terrorist map default
Tip.pngTip:You can change it using ent_fire in CS:GO Co-op Strike Co-op Strike and play for the Terrorist team