Team: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{stub}} ''teamnumber'' is a keyvalue, that avalible in {{csgo|4}}. It defines the team of player. {{tip|You can test these out in game with console command <code>ent...")
 
No edit summary
Line 9: Line 9:
!Decimal
!Decimal
!Description
!Description
![[Choosing Player Models|Player Model]]
|-
|-
|<code>0</code>
|<code>0</code>
|Undefined
|Undefined
|Terrorist map default
|-
|-
|<code>1</code>
|<code>1</code>
|Spectator
|Spectator
|Invisible
|-
|-
|<code>2</code>
|<code>2</code>
|Terrorist
|Terrorist
|Terrorist map default, or choosen agent
|-
|-
|<code>3</code>
|<code>3</code>
|Counter-Terrorist
|Counter-Terrorist
|Counter-Terrorist map default, or choosen agent
|-
|-
|<code>4-*</code>
|<code>4-*</code>
|Undefined. Same as 1
|Undefined. Same as 1
|Terrorist 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:17, 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
0 Undefined Terrorist map default
1 Spectator Invisible
2 Terrorist Terrorist map default, or choosen agent
3 Counter-Terrorist Counter-Terrorist map default, or choosen agent
4-* Undefined. Same as 1 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