Setup
Installation
Follow the instructions below to run the gusti-minerjob script on your server
Extract rar file
[ESX] Gusti Welderloot
Copy / cut
gusti-welderloot
into your server'sresources
folderOpen the
setup
folder inside thegusti-welderloot
folderDrag and drop the
gusti-welderloot.sql
file into your databaseOpen
server.cfg
Add the
gusti-welderloot
script byensure gusti-welderloot
inserver.cfg
Restart server
Finished
Now you can enjoy the features of the gusti-welderloot script on your server
Configuration
Open the config.lua
file located in the gusti-welderloot
folder to configure
Change Language (en / id)
Disable Control Action (to prevent abusing the animation bug)
Notification Type (gusti-notify / mythic_notify / ESX)
Ox Target (icon, label, distance)
Lib Progress (lib.progressBar / lib.progressCircle)
Prop Models (list of model props to be looted)
Welding (require, require_amount, item_revenue, chance)
Item For Ox Inventory
add this code to add items inside the ox_inventory script
open data/items.lua
["welding_machine"] = {
label = "Welding Machine",
weight = 1,
stack = true,
close = true,
},
["car_engine"] = {
label = "Car Engine",
weight = 1,
stack = true,
close = true,
},
["shockbreaker"] = {
label = "Shock Breaker",
weight = 1,
stack = true,
close = true,
},
["turbo"] = {
label = "Turbo",
weight = 1,
stack = true,
close = true,
},
["nitro"] = {
label = "Nitro",
weight = 1,
stack = true,
close = true,
},
["steel"] = {
label = "Steel",
weight = 1,
stack = true,
close = true,
},
["iron"] = {
label = "Iron",
weight = 1,
stack = true,
close = true,
},
Item Image
Dependency
Last updated