Jo, hab nen kleines Problem. Die Kannone vom LAV-25 feuert nur 1x und ladet dann lange nach. Sie soll aber 5x schießen und dann erst nachladen.
Hoffe ihr wisst was ich da ändern muss.
Code
<!-- APC cannon -->
<weapon type="EPISODIC_20">
<data slot="HEAVY" firetype="INSTANT_HIT" damagetype="EXPLOSIVE" group="RIFLE_ASSAULT" targetrange="20.0" weaponrange="200.0" clipsize="5" timebetweenshots="2">
<damage base="300" networkplayermod="2.0" networkpedmod="1.0"/>
<physics force="300.0"/>
<reload time="10000" fasttime="5000" crouchtime="1000"/>
<aiming accuracy="0.3">
<offset x="0.0" y="1.0" z="0.0"/>
<crouchedoffset x="0.0" y="1.0" z="0.0"/>
</aiming>
<pickup regentime="0" ammoonstreet="5"/>
<controller>
<rumble duration="75" intensity="0.30"/>
</controller>
<flags>
<flag>GUN</flag>
<flag>CAN_FREE_AIM</flag>
<flag>HEAVY</flag>
</flags>
</data>
<assets>
<effects>
<muzzle fx="muz_buzzard"/>
</effects>
</assets>
</weapon>
Alles anzeigen