Ranjit-EMS-bag icon indicating copy to clipboard operation
Ranjit-EMS-bag copied to clipboard

Bug - Weight and slots does not change even if you configure it

Open LorKami opened this issue 2 years ago • 1 comments

https://i.imgur.com/p5kMygC.png https://i.imgur.com/YbrAdnc.png

Even if you change it in the configuration, it has no effect.

LorKami avatar Jan 10 '23 23:01 LorKami

Yeah even setting it manually doesn't work, I think it's the way it has been coded is diff to how it should be

RegisterNetEvent('qb-traphouse:client:target:ViewInventory', function (data) local TraphouseInventory = {} TraphouseInventory.label = "traphouse_"..CurrentTraphouse TraphouseInventory.items = data.traphouseData.inventory TraphouseInventory.slots = 2 TriggerServerEvent("inventory:server:OpenInventory", "traphouse", TraphouseInventory.label, TraphouseInventory) end)

nzkfc avatar Apr 22 '23 15:04 nzkfc