loc fix
This commit is contained in:
@@ -53,3 +53,4 @@ GVAR(towingList) = [
|
|||||||
_arty animateSource ["rest_rotation_source", _offRot];
|
_arty animateSource ["rest_rotation_source", _offRot];
|
||||||
_arty setPosWorld getPosWorld _arty;
|
_arty setPosWorld getPosWorld _arty;
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,7 @@
|
|||||||
|
|
||||||
ADDON = true;
|
ADDON = true;
|
||||||
|
|
||||||
[
|
[QGVAR(loadShell),
|
||||||
QGVAR(loadShell),
|
|
||||||
{
|
{
|
||||||
params ["_arty", "_shell", "_turret"];
|
params ["_arty", "_shell", "_turret"];
|
||||||
|
|
||||||
@@ -22,6 +21,17 @@ ADDON = true;
|
|||||||
}
|
}
|
||||||
] call CBA_fnc_addEventHandler;
|
] call CBA_fnc_addEventHandler;
|
||||||
|
|
||||||
|
[QGVAR(unloadShell),
|
||||||
|
{
|
||||||
|
params ["_arty", "_turret"];
|
||||||
|
|
||||||
|
private _mags = _arty magazinesTurret [_turret];
|
||||||
|
{
|
||||||
|
_arty removeMagazinesTurret [_x, [_turret]];
|
||||||
|
} forEach _mags;
|
||||||
|
}
|
||||||
|
] call CBA_fnc_addEventHandler;
|
||||||
|
|
||||||
|
|
||||||
[LLSTRING(name), "RotateRight", [LLSTRING(rotright), LLSTRING(rotright_desc)], {
|
[LLSTRING(name), "RotateRight", [LLSTRING(rotright), LLSTRING(rotright_desc)], {
|
||||||
if (vehicle player == player) exitWith {};
|
if (vehicle player == player) exitWith {};
|
||||||
|
|||||||
@@ -29,9 +29,7 @@ params ["_arty", "_turret"];
|
|||||||
if !([_arty] call FUNC(canUnload)) exitWith {};
|
if !([_arty] call FUNC(canUnload)) exitWith {};
|
||||||
|
|
||||||
private _mags = _arty magazinesTurret [_turret];
|
private _mags = _arty magazinesTurret [_turret];
|
||||||
{
|
[QGVAR(unloadShell), [_arty, _turret], _arty, [-1]] call CBA_fnc_turretEvent;
|
||||||
_arty removeMagazinesTurret [_x, [_turret]];
|
|
||||||
} forEach _mags;
|
|
||||||
|
|
||||||
private _veh = "";
|
private _veh = "";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user