RedEM-RP / redemrp_inventory

An Inventory System for RedEM:RP
GNU General Public License v3.0
13 stars 21 forks source link

Dualwield ammo bug #46

Open dealw1t opened 1 year ago

dealw1t commented 1 year ago

Can you find a solution for ReloadWeapons() function in dual wield modification? I mean the ammunition is transferred to all other weapons. So if you have a revolver with 80 ammo and a revolver with 1 ammo, the 2. revolver also will get 80 ammo if you use it from the inventory. You can use this to gain infinite ammunition by swapping weapons. That because redemrp weapon system uses the gunbelt and not the actual ammo clip to save the ammo count. (weapon ammo clip amount is part of gunbelt amount).