prop_metal_crate

From Source Entities
Jump to navigation Jump to search
Info.png

This entity is not in the stock FGD files by default.
See below for instructions on making it available.

prop_metal_crate is a point entity present in Csgo-small.pngCounter-Strike: Global Offensive. It's a wood and metal crate from danger zone. Does not have anything inside when created manually.

FGD Code[edit | edit source]

@PointClass base(prop_physics_multiplayer) studioprop() = prop_metal_crate : "Wood and metal box from danger zone. Nothing will spawn on its own when it breaks."
[
	model(choices) : "Model" : "models/props_survival/cases/case_heavy_weapon.mdl" : "Model to use."
	[
		"models/props_survival/cases/case_heavy_weapon.mdl" : "Shotgun"
		"models/props_survival/cases/case_light_weapon.mdl" : "SMG"
		"models/props_survival/cases/case_pistol_heavy.mdl" : "R8/Deagle"
		"models/props_survival/cases/case_tools_heavy.mdl" : "Heavy Tools"
	]
]

See Also[edit | edit source]