This commit is the equivalent of a atomic bomb
This commit is contained in:
10
braf_sar/Braf_Scripts/hoist_cut.sqf
Normal file
10
braf_sar/Braf_Scripts/hoist_cut.sqf
Normal file
@@ -0,0 +1,10 @@
|
||||
// Declaração de variáveis
|
||||
params ["_panther"];
|
||||
// Corte do Cabo
|
||||
private _rope = _panther getVariable ["hoistrope", ObjNull];
|
||||
if (isNull _rope) then {
|
||||
_panther vehicleChat "no rope!";
|
||||
};
|
||||
ropeCut [_rope, 0];
|
||||
ropeDestroy _rope;
|
||||
_panther setVariable ["hoistrope", nil];
|
||||
Reference in New Issue
Block a user