Setup
Installation
Follow the instructions below to run the gusti-minerjob script on your server
Extract rar file
[ESX] Gusti WelderlootCopy / cut
gusti-welderlootinto your server'sresourcesfolderOpen the
setupfolder inside thegusti-welderlootfolderDrag and drop the
gusti-welderloot.sqlfile into your databaseOpen
server.cfgAdd the
gusti-welderlootscript byensure gusti-welderlootinserver.cfgRestart 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