qs-inventory
['license'] = {
name = 'license',
label = 'License',
weight = 10,
type = 'item',
unique = true,
useable = true,
shouldClose = true,
image = 'license.png',
description = 'Official license document',
},
['authorization_document'] = {
name = 'authorization_document',
label = 'Authorization Document',
weight = 10,
type = 'item',
unique = true,
useable = false,
shouldClose = true,
image = 'authorization_document.png',
description = 'Approved authorization to present at the license office to purchase the license',
},esx_inventory
Not supported without inventory metadata.
qb-inventory
license = {
name = 'license',
label = 'License',
weight = 10,
type = 'item',
image = 'license.png',
unique = true,
useable = true,
shouldClose = true,
combinable = nil,
description = 'Official license document'
},
authorization_document = {
name = 'authorization_document',
label = 'Authorization Document',
weight = 10,
type = 'item',
image = 'authorization_document.png',
unique = true,
useable = false, -- consumed at the license office; no NUI use
shouldClose = true,
combinable = nil,
description = 'Approved authorization to present at the license office to purchase the license'
},ox_inventory
['license'] = {
label = 'License',
weight = 10,
stack = false,
close = true,
description = 'Official license document',
client = {
export = 'qs-licenses.license', -- resource name + '.license'
},
},
['authorization_document'] = {
label = 'Authorization Document',
weight = 10,
stack = false,
close = true,
description = 'Approved authorization to present at the license office to purchase the license',
},


