BB Store
Ctrlk
Discord
  • Discord
  • 📦BB V2 Paket
    • 📖Dokümantasyon
      • 👨‍🔧Meslekler
        • 👨‍🍳Legal Meslekler
          • Çöpçülük
          • Balıkçılık
          • Kamyonculuk
          • Çiftçilik
          • Odunculuk
          • Pizzacılık
          • Otobüsçülük
          • Taksicilik
        • 🦹İllegal Meslekler
      • 🔫Soygunlar
      • 🗺️Haritalar
      • ℹ️Sistemler
      • ℹ️Yetkili Sistemleri
Powered by GitBook
On this page
  1. 📦BB V2 Paket
  2. 📖Dokümantasyon
  3. 👨‍🔧Meslekler
  4. 👨‍🍳Legal Meslekler

Çöpçülük

Rehber


Config


PreviousLegal MesleklerNextBalıkçılık

Last updated 1 year ago

  • Rehber
  • Config
qb-garbagejob
Config = {}

Config.UseTarget = GetConvar('UseTarget', 'false') == 'true'
Config.Jobname = 'garbage'
-- Price taken and given back when delivered a truck
Config.TruckPrice = 10

-- Want to give out a cryptostick per stop?
Config.GiveCryptoStick = false

-- Has to roll this number or higher to receive a cryptostick
Config.CryptoStickChance = 75

-- How many stops minimum should the job roll?
Config.MinStops = 5

-- Upper worth per bag
Config.BagUpperWorth = 200

-- Lower worth per bag
Config.BagLowerWorth = 100

-- Minimum bags per stop
Config.MinBagsPerStop = 2

-- Maximum bags per stop
Config.MaxBagsPerStop = 5

-- WIP: Do not use
-- If you want to use custom routes instead of random amount of stops stops set to true
Config.UsePreconfiguredRoutes = false

Config.Peds = {
    {
        model = 's_m_y_garbage',
        coords = vector4(-322.24, -1546.02, 30.02, 294.97),
        zoneOptions = { -- Used for when UseTarget is false
            length = 3.0,
            width = 3.0
        }
    }
}