[lj-inventory] Remove 6th slot

So for people that has lj-inventory, this is how you remove 6th slot:)
Credit to project sloth guys who showed me

So in qb-core/config.lua edit the max slots from 41 to 40

Removing the locked 6th slot in lj-inventory So in qb-core/config.lua edit the max slots from 41 to 40

From this
QBConfig.Player.MaxInvSlots = 41 – Max inventory slots for a player

To this
QBConfig.Player.MaxInvSlots = 40 – Max inventory slots for a player

Also in lj-iventory/config.lua change the max slots from 41 to 40

From this
MaxInventorySlots = 41

To this
MaxInventorySlots = 40

Also in lj-iventory/html/js/app.js comment out line 2890 to 2892
For people it’s 2890-2892 but for me its 2849-2851

but heres the line

image

5 Likes

Hey mate would you know a way of just unlocking that 6th slot as that is what we are having an issue with at the moment