RedEM-RP / redemrp_inventory

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

Dual wield ammo bug #41

Closed dealw1t closed 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 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).

DeVerino-DVR 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 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).

I had exactly the same problem, I gave up.