qs-inventory
["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."
},esx_inventory
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('boss_tablet', 'Boss Tablet', 500, 0, 1)
;qb-inventory
["boss_tablet"] = { name = "boss_tablet", label = "Boss Tablet", weight = 500, type = "item", image = "boss_tablet.png", unique = false, useable = true, shouldClose = true, description = "A special tablet for managing job applications and employee communications." },ox_inventory
['boss_tablet'] = {
label = 'Boss Tablet',
weight = 500,
stack = false,
consume = 0,
client = {
image = 'boss_tablet.png',
useable = true
},
description = 'A special tablet for managing job applications and employee communications.'
},


