Weapons sharing ammo (how to) (FAQ)
Posted: Mon Jul 16, 2007 1:42 am
I thought this was pretty cool, so Ill post what to do to do it
line and then the number of the weapon that its suppose to share ammo with. This is of course a units ODF.
Im not sure if both weapons have to have the same clip size though- mine do.
[RDH]Zerted posted some unused ODF code somewhere and I fiddled around with it. Didnt take long to figure out.
Theres what a working example of it looks like. Just add theWEAPONSECTION = 1
WeaponName = "name1"
WeaponAmmo = 5
WEAPONSECTION = 2
WeaponName = "name2"
WeaponAmmo = 5
WeaponShareAmmo = 1
Code: Select all
WeaponShareAmmo =Im not sure if both weapons have to have the same clip size though- mine do.
[RDH]Zerted posted some unused ODF code somewhere and I fiddled around with it. Didnt take long to figure out.