ds-electrician
Electrician Job for QBCore & ESX

Installaction
Dependencies
Dependency
Download
Description
Start
Configuration
Add Job (Optional)
Add Items
Last updated
Electrician Job for QBCore & ESX

Last updated
['electrician'] = {
label = 'Electrician',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = {
name = 'Recruit',
payment = 10
},
},
},INSERT INTO jobs (name, label, whitelisted) VALUES ('electrician', 'Electrician', 0);
INSERT INTO job_grades (job_name, grade, name, label, salary, skin_male, skin_female) VALUES ('electrician', 0, 'recruit', 'Recruit', 20, '{}', '{}');["repairtool"] = {
["name"] = "repairtool",
["label"] = "Repair Tool",
["weight"] = 0,
["type"] = "item",
["image"] = "repairtool.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = "Repair tool for Electrician"
},
["eletool"] = {
["name"] = "eletool",
["label"] = "Electrician Tools",
["weight"] = 0,
["type"] = "item",
["image"] = "repairtool.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = "Tool box for Electrician"
},INSERT INTO items (name, label, weight, rare, can_remove) VALUES ('repairtool', 'Repair Tool', 1, 0, 1), ('eletool', 'Electrician Tool', 2, 0, 1);