I don't want to remove the ammo because the ammo saves. All I am trying to get is when you equip it, it gives 1 | 4 in the ammo and I want to figure out how to TakePriamryAmmo from a separate script when you equip the crossbow, everything else is fine.
function ITEM:OnEquip(ply)
ply:Give(self.WeaponClass)
ply:SelectWeapon(self.WeaponClass)
ply:RemoveAmmo(5, "XBowBolt")
ply:TakePrimaryAmmo( 1 )
end
Sorry, you need to Log In to post a reply to this thread.