remove banned as50 ammo

This commit is contained in:
[VB]AWOL
2013-11-08 07:10:11 -06:00
parent 665c2b6852
commit 36c82ccb41

View File

@@ -1,38 +1,6 @@
class CfgAmmo {
class BulletBase;
//as50
class B_127x99_Ball: BulletBase {
airfriction = -0.00068;
airlock = 1;
audiblefire = 22;
caliber = 2.07;
cartridge = "FxCartridge_127";
cost = 20;
hit = 0; //26
indirecthit = 0;
indirecthitrange = 0;
model = "\ca\Weapons\Data\bullettracer\tracer_red";
tracerendtime = 2.3;
tracerscale = 1.5;
tracerstarttime = 0.1;
visiblefire = 22;
visiblefiretime = 3;
};
class B_127x99_Ball_noTracer: B_127x99_Ball {
airfriction = -0.0005;
audiblefire = 22;
muzzleeffect = "BIS_Effects_HeavySniper";
tracercolor[] = {0, 0, 0, 0};
tracercolorr[] = {0, 0, 0, 0};
tracerstarttime = -1;
visiblefire = 20;
visiblefiretime = 3;
};
class B_127x99_Ball_noTracer_BAF: B_127x99_Ball_noTracer {
hit = 0; //56
indirecthit = 0;
indirecthitrange = 0;
};
//mak
class B_9x18_Ball : BulletBase {
airfriction = -0.002751;