Installation

INSTALL

Add the item images to your inventory script

QBShared Items

[qb] > qb-core > shared > items.lua

    -- Kael Mech Run
    ['mechrun_box']                  = {['name'] = 'mechrun_box',                         ['label'] = 'Tool Box',             ['weight'] = 1000,         ['type'] = 'item',         ['image'] = 'mechrun_box.png',             ['unique'] = false,         ['useable'] = false,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'A box Mechanic Works!'},
    ['mechrun_lifter']                  = {['name'] = 'mechrun_lifter',                         ['label'] = 'Car Lifter',             ['weight'] = 1000,         ['type'] = 'item',         ['image'] = 'mechrun_lifter.png',             ['unique'] = false,         ['useable'] = false,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'A Tool for lifting cars!'},

Last updated