mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Safe/Load all Vehicle Magazines correctly
This commit is contained in:
parent
3f4517f109
commit
5859bf2356
@ -243,19 +243,6 @@ for "_i" from 1 to _maxVehicleLimit do {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
// turrets
|
|
||||||
/*
|
|
||||||
_mags = _vehicle magazinesTurret [0];
|
|
||||||
{
|
|
||||||
_object removeMagazinesTurret [_x, [0]];
|
|
||||||
} forEach _mags;
|
|
||||||
|
|
||||||
_mags = _vehicle magazinesTurret [-1];
|
|
||||||
{
|
|
||||||
_object removeMagazinesTurret [_x, [-1]];
|
|
||||||
} forEach _mags;
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (EPOCH_DEBUG_VEH) then {
|
if (EPOCH_DEBUG_VEH) then {
|
||||||
_marker = createMarker [str(_location) , _location];
|
_marker = createMarker [str(_location) , _location];
|
||||||
_marker setMarkerShape "ICON";
|
_marker setMarkerShape "ICON";
|
||||||
@ -267,9 +254,6 @@ for "_i" from 1 to _maxVehicleLimit do {
|
|||||||
if (_simulationHandler) then{
|
if (_simulationHandler) then{
|
||||||
_vehicle enableSimulationGlobal false;
|
_vehicle enableSimulationGlobal false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user