Einzelnen Beitrag anzeigen
Alt 04.07.2009, 17:10   #113 (permalink)
modEmMaik
500 Beiträge1000 Beiträge
 
Registriert seit: 09.01.2008
Beiträge: 1.599
Standard

Grmpf... ich hab' nochmal in die Config geguckt und im Magazin folgendes gefunden:
Code:
	class 100Rnd_762x54_PK  : CA_Magazine {
		scope = 2;
		displayName = "$STR_MN_PK";
		picture = "\CA\weapons\data\equip\m_pk_ca.paa";
		ammo = "B_762x54_Ball";
		count = 100;
		type = "2 * 		256";
		initSpeed = 850;
		sound[] = {"\ca\Weapons\Data\Sound\PK_1_SS",3.162278,1,1500 };
		tracersEvery = 4;
		lastRoundsTracer = 4;
		nameSound = "mgun";
		descriptionShort = "$STR_DSS_100RND_PK";
	};

    class 180Rnd_30mm_GSh301  : VehicleMagazine {
        scope = 2;
        displayName = "$STR_DN_GSh301";
        ammo = "B_30mm_HE";
        count = 180;
        initSpeed = 820;
        tracersEvery = 2;
        nameSound = "cannon";
    };
modEmMaik ist offline   Mit Zitat antworten