qs-inventory

The images for these items can always be found in a folder named [images] within the previously downloaded package. Make sure to use these images to ensure consistency and a seamless experience for players on your server.

qs-inventory/shared/items.lua

["boss_tablet"] = {
    ["name"] = "boss_tablet",
    ["label"] = "Boss Tablet",
    ["weight"] = 500,
    ["type"] = "item",
    ["image"] = "boss_tablet.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A special tablet for managing job applications and employee communications."
},

Last updated