Fixed a sound error and organized file more

This commit is contained in:
Wargog
2014-11-25 09:00:13 -05:00
parent 2f196bb146
commit 6af912a200

View File

@@ -53,7 +53,8 @@ class CfgAmmo
class CfgMagazines class CfgMagazines
{ {
class CA_Magazine; class CA_Magazine;
class 350Rnd_BB_Magazine: CA_Magazine { class 350Rnd_BB_Magazine : CA_Magazine
{
scope = 2; scope = 2;
model = "z\addons\redryder\models\bb_magazine.p3d"; model = "z\addons\redryder\models\bb_magazine.p3d";
picture = "z\addons\redryder\textures\bb_magazine_picture.paa"; picture = "z\addons\redryder\textures\bb_magazine_picture.paa";
@@ -79,7 +80,7 @@ class CfgWeapons
recoil = "recoil_single_pistol_2outof3"; recoil = "recoil_single_pistol_2outof3";
recoilProne = "recoil_single_pistol_prone_2outof3"; recoilProne = "recoil_single_pistol_prone_2outof3";
reloadTime = 0.45; reloadTime = 0.45;
sound[] = {"z\addons\redryder\RedRyder\M9SD_S1", db8, 1,60}; sound[] = {"z\addons\redryder\RedRyder\M9SD_S1", db + 8, 1, 60};
dispersion = 0.00045; dispersion = 0.00045;
minRange = 0; minRange = 0;
minRangeProbab = 0.30; minRangeProbab = 0.30;