Team: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
!Description
!Description
![[Choosing Player Models|Player Model]]
![[Choosing Player Models|Player Model]]
|-
|<code>0</code>
|Undefined
|Terrorist map default
|-
|-
|<code>1</code>
|<code>1</code>
Line 27: Line 23:
|Counter-Terrorist map default, or choosen agent
|Counter-Terrorist map default, or choosen agent
|-
|-
|<code>4-*</code>
|Other
|Undefined. Same as 1
|Undefined
|Terrorist map default
|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:25, 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