braf_air
rvmatv dps 3 helicópteros corrigidos para o path env_land_co.paa. camo5_co da fab e mb corrigidos - winch do sar estava transparente. braf_sar scripts cprrigidos após atualização da bis que os quebrou
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// Declaração de variáveis
|
||||
params ["_panther"];
|
||||
// Corte do Cabo
|
||||
private _rope = _panther getVariable ["hoistrope", ObjNull];
|
||||
private _rope = _panther getVariable ["hoistrope", objNull];
|
||||
if (isNull _rope) then {
|
||||
_panther vehicleChat "no rope!";
|
||||
};
|
||||
ropeCut [_rope, 0];
|
||||
ropeDestroy _rope;
|
||||
_panther setVariable ["hoistrope", nil];
|
||||
_panther setVariable ["hoistrope", nil];
|
||||
Reference in New Issue
Block a user