Info map parameters (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{TabsBar|main=info_map_parameters}} {{stub}} {{This is a|point entity|name=info_map_parameters|game=Counter-Strike}} Miscellaneous mapping parameters. == Keyvalues == {{KV|Weapon_Buying|intn=buying|choices| :*"" : "Both teams can buy guns" :* 1: "Only CT's can buy guns" :* 2: "Only T's can buy guns" :* 3: "Neither CT's nor T's can buy guns" }} {{KV|Bomb Radius|intn=bombradius|integer|.(default in Hammer: 500)}}")
 
 
Line 4: Line 4:


== Keyvalues ==
== Keyvalues ==
{{KV|Weapon_Buying|intn=buying|choices|
{{KV|Which teams can buy|intn=buying|integer choices|
:*"" : "Both teams can buy guns"
: 0. Both teams can buy guns (default)
:* 1: "Only CT's can buy guns"
: 1. Only CT's can buy guns
:* 2: "Only T's can buy guns"
: 2. Only T's can buy guns
:* 3: "Neither CT's nor T's can buy guns"
: 3. Neither CT's nor T's can buy guns
}}
}}
{{KV|Bomb Radius|intn=bombradius|integer|.(default in Hammer: 500)}}
{{KV|Bomb Radius|intn=bombradius|integer|Size of the bomb blast. Default 500.}}

Latest revision as of 14:00, 14 May 2025

edit

Stub

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

info_map_parameters is a point entity available in Counter-Strike Counter-Strike. Miscellaneous mapping parameters.

Keyvalues

Which teams can buy (buying) <integer choices>
0. Both teams can buy guns (default)
1. Only CT's can buy guns
2. Only T's can buy guns
3. Neither CT's nor T's can buy guns
Bomb Radius (bombradius) <integer>
Size of the bomb blast. Default 500.