Step 5

Install the items in your inventory system

Choose the option that suits your server, for example qs-inventory, ox_inventory or database items if you have a native inventory.

Remember to install the image that is in the keymaster download folder.

qs-inventory/shared/items.lua
['bill_paper'] = {
    ['name'] = 'bill_paper',
    ['label'] = 'Bill Paper',
    ['weight'] = 0,
    ['type'] = 'item',
    ['image'] = 'bill_paper.png',
    ['unique'] = true,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'View your invoice'
},

Last updated