Dangerzone entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Setting bug notice hidetested=1 param on page where the bug might not need tested in param specified)
 
Line 4: Line 4:


Can be spawned by [[info_gascanister_launchpoint]] ([[env_gascanister]]). Until {{CsgoOperation|shatteredweb}} can be spawn with ScriptMissionCreateAndDetonateDangerZone script function (Only in {{Csgo mode|Coop}}, and [[dangerzone_controller]] with parameter '''dz_missioncontrolled''' = 1) Example is in {{CsgoMap|coop_kasbah|game=csgo}}.
Can be spawned by [[info_gascanister_launchpoint]] ([[env_gascanister]]). Until {{CsgoOperation|shatteredweb}} can be spawn with ScriptMissionCreateAndDetonateDangerZone script function (Only in {{Csgo mode|Coop}}, and [[dangerzone_controller]] with parameter '''dz_missioncontrolled''' = 1) Example is in {{CsgoMap|coop_kasbah|game=csgo}}.
{{bug|If you remove this entity using <code> ent_remove_all dangerzone_entity</code> and you look at [[weapon_tablet|tablet]], the game will crash!}}
{{bug|hidetested=1|If you remove this entity using <code> ent_remove_all dangerzone_entity</code> and you look at [[weapon_tablet|tablet]], the game will crash!}}

Latest revision as of 07:19, 20 May 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.

dangerzone_entity is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive. It's one of many new entities added with the CS:GO Danger Zone Danger Zone update.

Can be spawned by info_gascanister_launchpoint (env_gascanister). Until OpShatteredWeb.pngOperation Shattered Web can be spawn with ScriptMissionCreateAndDetonateDangerZone script function (Only in CS:GO Co-op Strike Co-op Strike, and dangerzone_controller with parameter dz_missioncontrolled = 1) Example is in coop_kasbah coop_kasbah.

Icon-Bug.pngBug:If you remove this entity using ent_remove_all dangerzone_entity and you look at tablet, the game will crash!