swkeep / swkeep-tablet

GNU General Public License v3.0
45 stars 13 forks source link

swkeep-tablet

qbcore tablet A new replacement for my old Tablet Nui

Installation

step 1

['keeptablet'] = {
        ['name'] = 'keeptablet',
        ['label'] = 'Adv tablet',
        ['weight'] = 2000,
        ['type'] = 'item',
        ['image'] = 'tablet.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Expensive tablet'
},

step 2

-- Add it as a product inside to your mechanic shop

[1] = {
        name = "keeptablet",
        price = 25000,
        amount = 50,
        info = {},
        type = "item",
        slot = 1,
        requiredJob = {"mechanic"}
},

qbcore tablet icon