Func buyzone: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added Keyvalues)
Line 14: Line 14:
!| Value || Description
!| Value || Description
|-
|-
| 1 || 0
| 1 || Terrorist
|-
|-
| 2 || Terrorist
| 2 || Counter-Terrorist
|-
| 3 || Counter-Terrorist
|}
|}
[[Category:Counter-Strike: Source Entities]]
[[Category:Counter-Strike: Source Entities]]

Revision as of 07:59, 1 August 2011

Stub

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

Template:Css brush

To choose what team you want to use the buyzone with (terrorist or counter-terrorist) you simply change the team number (default is "0") to either Counter-Terrorist or Terrorist.

Keyvalues

  • targetname
<string> Name given to the entity
  • Team number (int)
<choices> The team that can use the buyzone.
Value Description
1 Terrorist
2 Counter-Terrorist