Setting up wardrobe
2
Create control
Enabling the Wardrobe System
enabled = falseDefining the Wardrobe Locations
{
coords = vector3(-160.2, -252.99, 44.09),
distance = 3.0
}How it works and inventory integration
Example using QBCore Inventory (qb-inventory)
qb-inventory)openWardrobe = function(source)
exports['qb-inventory']:OpenInventory(source, 'iceorink', {
label = 'Ice O Rink',
maxweight = 15000,
slots = 5
})
endLast updated