Yoda Things Documentation
  • 💚Yoda Things Documentation
  • INFORMATION
    • 📃Discord Roles
    • 📀Assets Updates
    • ✅Ensure/Start Order
  • PAID RESOURCES
    • 🗑ïļAdvanced Garbage Job
      • 🧰Installation
      • ⚙ïļConfiguration
    • 🚚PostOP Deliveries
      • 🧰Installation
      • ⚙ïļConfiguration
    • 📋Reputation System
      • 🧰Installation
      • ⚙ïļConfiguration
        • ✅Add New Job's
        • 📎Exports
  • FREE RESOURCES
    • 🌐Notify System
    • ðŸ’ĻOxy/Drug Runs
      • 🧰Installation
    • 🗑ïļGarbage Job
      • 🧰Installation
    • ðŸŠĶCemetery Robbery
      • 🧰Installation
      • ⚙ïļConfiguration
Powered by GitBook
On this page
  • Language and Locales
  • Systems and Frameworks
  • Values

Was this helpful?

  1. PAID RESOURCES
  2. PostOP Deliveries

Configuration

In config.lua you have everything you need to change to make the script to your liking

PreviousInstallationNextReputation System

Last updated 8 months ago

Was this helpful?

Language and Locales

At the moment there are only the following language: en

If you have translated it into any other language not available by us, feel free to share it on our

To change the language simply change the config.lua from en to the language you want. All translations are available in the locales folder.

Config.Locale = 'en'

Systems and Frameworks

At the moment we work with QB-CORE and QBX frameworks. All those frameworks with ox_lib.

To change the framework or system just change it with the options given

Config.Target = 'QB' -- QB OR OX!
Config.Inventory = 'OX' -- QB OR OX!
Config.Notify = 'OX' -- QB OR OX

Values

In our script we give you the oportunity to set the script for your liking, so we implemented values that you can change to personalizate your script

Config.LocationMultipliers = {
    ["Los Santos"] = 1,
    ["Sandy Shores"] = 1.4,
    ["Paleto Bay"] = 2.1,
    ["Grapeseed"] = 1.7
}
🚚
⚙ïļ
discord