Dangerzone entity: Difference between revisions
Jump to navigation
Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
Line 1: | Line 1: | ||
{{ent not in fgd}} | {{ent not in fgd}} | ||
{{this is a| | {{this is a|point entity|game=Counter-Strike: Global Offensive|name=dangerzone_entity}} | ||
{{DZupdate}} | {{DZupdate}} | ||
Can be spawned by [[info_gascanister_launchpoint]] ([[env_gascanister]]). Untill {{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}}. | Can be spawned by [[info_gascanister_launchpoint]] ([[env_gascanister]]). Untill {{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}}. | ||
{{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|If you remove this entity using <code> ent_remove_all dangerzone_entity</code> and you look at [[weapon_tablet|tablet]], the game will crash!}} |
Revision as of 19:56, 17 May 2024
dangerzone_entity
is a point entity available in Counter-Strike: Global Offensive.
It's one of many new entities added with the
Danger Zone update.
Can be spawned by info_gascanister_launchpoint (env_gascanister). Untill Operation Shattered Web can be spawn with ScriptMissionCreateAndDetonateDangerZone script function (Only in
Co-op Strike, and dangerzone_controller with parameter dz_missioncontrolled = 1) Example is in
coop_kasbah.