JiminyKroket / Invhud

ESX_InventoryHUD rework
11 stars 12 forks source link

Weapons and Weight #43

Closed Wollffus closed 3 years ago

Wollffus commented 3 years ago

I can not put weapons away in trunks or stashes when they have ammo. When they do not have ammo i can, but can not take them back out.

I can not seem to figure out where to change the amount of weight a player can hold.

The new hotbar update is amazing besides that

xrtw commented 3 years ago

go server.lua change from if doRound(total, 2) + doRound(itemWeight, 2) > doRound(totWeight, 2) then to if doRound(total, 2) + doRound(itemWeight*0.01, 2) > doRound(totWeight, 2) then

JiminyKroket commented 3 years ago

Oi is there a thing I need to fix whoops

On Fri, Mar 19, 2021, 6:08 AM xrtw @.***> wrote:

go server.lua change from if doRound(total, 2) + doRound(itemWeight, 2) > doRound(totWeight, 2) then to if doRound(total, 2) + doRound(itemWeight*0.01, 2) > doRound(totWeight, 2) then

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JiminyKroket/Invhud/issues/43#issuecomment-802753102, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMCMCAAUD2KCCZSU6WG72RTTEMWEPANCNFSM4ZOIJ6KA .

Wollffus commented 3 years ago

how do i make it so we can carry more than 24 lbs