Func buyzone: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Added Keyvalues)
Line 2: Line 2:
{{css brush|func_buyzone}}
{{css brush|func_buyzone}}


To create a buyzone you need a [[brush]] where you want the buyzone to be, with the texture Trigger, then once you have that select the brush and press {{key|Ctrl|T}} and change the class to func_buyzone.
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.


== Selecting the team ==
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==
== Keyvalues==



Revision as of 07:58, 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 0
2 Terrorist
3 Counter-Terrorist