Fix double reload
This commit is contained in:
@@ -42,7 +42,6 @@ _arty animateSource ["magazine_hide_source", 1, true];
|
|||||||
_arty animateSource ["magazine_load_source", 0, true];
|
_arty animateSource ["magazine_load_source", 0, true];
|
||||||
|
|
||||||
// Server only - TODO Test and move up
|
// Server only - TODO Test and move up
|
||||||
if (!isServer) exitWith {};
|
|
||||||
|
|
||||||
// "Temp" fix for cluster and laser guided because BI?
|
// "Temp" fix for cluster and laser guided because BI?
|
||||||
if (_ammo in ["tbd_mortars_105mm_shell_ammo_dpicm", "tbd_mortars_105mm_shell_ammo_laser"]) then {
|
if (_ammo in ["tbd_mortars_105mm_shell_ammo_dpicm", "tbd_mortars_105mm_shell_ammo_laser"]) then {
|
||||||
|
|||||||
@@ -282,8 +282,6 @@ class CfgVehicles {
|
|||||||
source = "user";
|
source = "user";
|
||||||
initPhase = 0;
|
initPhase = 0;
|
||||||
animPeriod = 0.5;
|
animPeriod = 0.5;
|
||||||
sound = "reload";
|
|
||||||
soundPosition = "konec_hlavne";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class magazine_hide_source {
|
class magazine_hide_source {
|
||||||
@@ -296,8 +294,7 @@ class CfgVehicles {
|
|||||||
source = "user";
|
source = "user";
|
||||||
initPhase = 0;
|
initPhase = 0;
|
||||||
animPeriod = 0.5;
|
animPeriod = 0.5;
|
||||||
sound = "reload";
|
|
||||||
soundPosition = "konec_hlavne";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class magazine_smoke_hide_source {
|
class magazine_smoke_hide_source {
|
||||||
@@ -310,8 +307,7 @@ class CfgVehicles {
|
|||||||
source = "user";
|
source = "user";
|
||||||
initPhase = 0;
|
initPhase = 0;
|
||||||
animPeriod = 0.5;
|
animPeriod = 0.5;
|
||||||
sound = "reload";
|
|
||||||
soundPosition = "konec_hlavne";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class magazine_dpicm_hide_source {
|
class magazine_dpicm_hide_source {
|
||||||
@@ -324,8 +320,7 @@ class CfgVehicles {
|
|||||||
source = "user";
|
source = "user";
|
||||||
initPhase = 0;
|
initPhase = 0;
|
||||||
animPeriod = 0.5;
|
animPeriod = 0.5;
|
||||||
sound = "reload";
|
|
||||||
soundPosition = "konec_hlavne";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class magazine_laser_hide_source {
|
class magazine_laser_hide_source {
|
||||||
|
|||||||
Reference in New Issue
Block a user