Func buyzone: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added Keyvalues)
No edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
{{css brush|func_buyzone}}
{{css brush|func_buyzone}} It is used to define the "Buy Zones" used by Terrorists and Counter-Terrorists in the game to purchase their weapons and equipment.


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.
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.

Revision as of 00:39, 2 September 2011

Stub

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

Template:Css brush It is used to define the "Buy Zones" used by Terrorists and Counter-Terrorists in the game to purchase their weapons and equipment.

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. (Default is "0")
Value Description
1 Terrorist
2 Counter-Terrorist