mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Update FindSuppressor.sqf
This commit is contained in:
parent
af1d531e7e
commit
63e96da40f
@ -24,7 +24,13 @@ _ammoName = getText (configFile >> "cfgWeapons" >> _weapon >> "displayName");
|
|||||||
|
|
||||||
switch (_ammoName) do {
|
switch (_ammoName) do {
|
||||||
|
|
||||||
case ((_ammoName find "6.5") > -1): {if (_ammoName find "LMG_Mk200" > -1) then {_result = "muzzle_snds_H";} else {_result = "muzzle_snds_H_MG";};};
|
case ((_ammoName find "6.5") > -1): {
|
||||||
|
if (_ammoName find "LMG_Mk200" > -1) then {
|
||||||
|
_result = "muzzle_snds_H_MG";
|
||||||
|
} else {
|
||||||
|
_result = "muzzle_snds_H";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
case ((_ammoName find "5.56") > -1): {_result = "muzzle_snds_M";};
|
case ((_ammoName find "5.56") > -1): {_result = "muzzle_snds_M";};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user