QBCore

Download

Download the latest version of maikol-carrepo from Keymaster

Dependencies

Installation

1. Add the repoletter item to your server, by adding the line below into your qb-core\shared\items.lua resource file

['repoletter'] = {['name'] = 'repoletter', ['label'] = 'Car Repossion Letter', ['weight'] = 0, ['type'] = 'item', ['image'] = 'repoletter.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Verification for a Car Repossion.'},

2. Add the repoletter.png file included in the resource download into your qb-inventory\html\images resource folder.

3. Add the code below into your qb-core\shared\jobs.lua resource file to enable the job requirement to begin working.

['carrepo'] = {
    label = 'Car Repo Company',
    defaultDuty = true,
    offDutyPay = false,
    grades = {
        ['0'] = {
            name = 'Car Repossessor',
            payment = 50
        },
    },
},
  • Job name is carrepo

  • In the resource file maikol-carrepo\config.lua verify that Config.requireJob is set to true to enable the job requirement.

Having Issues?

Please contact me over Discord @ Maikol#5282

I will assure you get the script working on your server flawlessly. 😃

Last updated