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