This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
// Declaração de variáveis
|
||||
params ["_heli"];
|
||||
|
||||
// Desatachar e apagar EFS
|
||||
private _EFS = _heli getVariable ["efs", objNull];
|
||||
if (!isNull _EFS) then {
|
||||
deleteVehicle _EFS;
|
||||
};
|
||||
private _efs = _heli getVariable ["efs", objNull];
|
||||
if (!isNull _efs) then {
|
||||
deleteVehicle _efs;
|
||||
};
|
||||
|
||||
_heli animate ["EFS_Hide", 0];
|
||||
_heli setVariable ["efs", objNull, true];
|
||||
_heli setVariable ["braf_efs_deployed", false, true];
|
||||
|
||||
Reference in New Issue
Block a user