/* Auhtor: Natic | Technic-Zone.de Date: 06.04.2019 Nobody is allowed to use or edit this Script without my Permissions */ private ["_fnc_fire"]; _fnc_fire = missionnamespace getVariable ["BMZ_fire",objNull]; hint "Versuche Feuer zu löschen"; sleep 20; hint "Das Feuer ist hardnäckig"; sleep 40; deleteVehicle _fnc_fire;