πŸ“„Installation

Installation Steps:

  • Use the steps below to install the items and the jobs

  • Install required dependencies (See Dependencies or ReadMe)

  • Follow Installation Steps for Dependencies

  • Ensure Script

  • Restart Server

QBCore Item Installation (qb-core/shared/item.lua)

-- Vin Chopping Items
['chopped_parts']				 = {['name'] = 'chopped_parts',					['label'] = 'HQ Car Parts',				['weight'] = 0, 		['type'] = 'item',		['image'] = 'car_parts.png',			['unique'] = false,			['useable'] = false,	['shouldClose'] = true,		['combinable'] = nil,	['description'] = 'Meta-gamed in minutes'},
['gnestick'] 			 	 	 = {['name'] = 'gnestick', 			  			['label'] = 'GNE Stick', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'gnestick.png', 			['unique'] = true, 		['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Somehow more valuable than DOGE'},
['choppingtool'] 			 	 = {['name'] = 'choppingtool', 			  		['label'] = 'Welding Torch', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'choppingtool.png', 		['unique'] = true, 		['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},

QBCore Job Installation (qb-core/shared/job.lua)

['hoexports'] = {
    label = "H&O Exports",
    defaultDuty = false,
    offDutyPay = false,
    grades = {
        ['0'] = {
            name = 'Asset Protection',
            payment = 25
        },
        ['1'] = {
            name = 'Material Acquisition',
            payment = 30,
        },
        ['2'] = {
            name = 'Coordinator',
            payment = 35,
        },
        ['3'] = {
            name = 'Rental Manager',
            payment = 40,
        },
        ['4'] = {
            name = 'Accountant',
            payment = 45,
        },
        ['5'] = {
            name = 'Chief of Rental Operations',
            payment = 50
        },
        ['6'] = {
            name = 'Ass. to Director Op.',
            payment = 55,
        },
        ['7'] = {
            name = 'Director of Finances',
            payment = 60,
            isboss = true,
        },
        ['8'] = {
            name = 'Director of Operations',
            payment = 65,
            isboss = true,
        },
        ['9'] = {
            name = 'Owner',
            payment = 70,
            isboss = true,
        }
    }
}

qb-inventory Item Installation

qb-inventory UI Installation

  • Install this after this snippet in the .js for qb-inventory

Ox_Inventory Item Installation

qb-garages (JDev Garage) (NoPixel Car Meet)

QBCore Small Resources Log (qb-smallresources/server/logs.lua)

Last updated