🔴QBCore Installation

1. Add this to your qb-core/shared/jobs.lua

['electrician'] = {
    label = 'Electrician',
    defaultDuty = true,
    offDutyPay = false,
    grades = {
        ['0'] = {
            name = 'Repair Man',
            payment = 50
         },
    },
},

2. Insert the rebel-lib/skills.sql

Last updated