AKL DOCUMENTATION
  • 👋Introduction
  • GUSTI RESOURCES
    • ⛏️gusti-minerjob
      • Setup
      • Update
    • 🚙gusti-membershipvehicle
    • 🍗gusti-butcherjob
    • 📣gusti-iosnotify
      • Setup
      • Usage
    • 🌐gusti-status server web
      • Setup
    • ⏳gusti-loadscreen
      • Setup
      • Building
    • 💎gusti-vipmenu
      • Setup
    • 🛠️gusti-welderloot
      • Common Issues
      • Setup
    • 🏃‍♂️gusti-boostsprint
      • Setup
    • 🚀gusti-boostfps
    • 📹gusti-cctv
      • Setup
    • 📅gusti-datetime
      • Setup
    • ☢️gusti-radzone
      • Setup
    • 🔫gusti-hidereticle
    • 🚗gusti-givevehicle
      • Setup
      • Usage
    • 💥gusti-duarmemek
      • Setup
      • Usage
  • 🛡️gusti-vipsystem
    • Setup
    • Usage
  • CODE SNIPPETS
    • Fix Animasi
    • Fix Spam Punch
    • Boost Fps
    • Disable Ambient
    • Send Webhook Messages
    • Spawns GTA V Online Train On Fivem
    • Removing / Adding Limit Map
    • Blacklist Name
    • Item Probability
    • Anti Duplicate Vehicle
    • How To Unbind Keys
Powered by GitBook
On this page
  • Installation
  • Configuration
  • Item For Ox Inventory
  • Item Image
  • Dependency
  1. GUSTI RESOURCES
  2. gusti-welderloot

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's resources folder

  • Open the setup folder inside the gusti-welderloot folder

  • Drag and drop the gusti-welderloot.sql file into your database

  • Open server.cfg

  • Add the gusti-welderloot script by ensure gusti-welderloot in server.cfg

  • Restart server

  • Finished

  • Now you can enjoy the features of the gusti-welderloot script on your server

Before running the gusti-welderloot script, please pay attention to the dependencies section!

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

PreviousCommon IssuesNextgusti-boostsprint

Last updated 1 year ago

🛠️
Welding Machine
Car Engine
Shock Breaker
Turbo
Nitro
Steel
Iron
View All
es_extended
ox_lib
ox_target