items

For ox_inventory, you need to add the following configuration in your ox_inventory/data/items.lua file.

["laptop"] = {
    label = "Laptop",
    weight = 10,
    stack = false,
    close = true,
    description = "Laptop.",
    client = {
        export = "kartik-laptop.openLaptopUI",
    }
},

Last updated