ds-electrician
Electrician Job for QBCore & ESX

- 1.Extract
ds-electrician.zip
and place it into your resource folder. - 2.
- 3.
- 4.Add
ensure ds-electrician
to your server start config (place it anywhere below the dependency & framework resources).
Please go through all configurable options & settings in
config.lua
and configure them to your server's preferences.Also please read the comments at the end of each line, for a brief information on what the option does.
QBCore
ESX
['electrician'] = {
label = 'Electrician',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = {
name = 'Recruit',
payment = 10
},
},
},
QBCore
ESX
Images
["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"
},
Last modified 4mo ago