# Çöpçülük

## Rehber

<figure><img src="https://2652667007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FopePunNPJYyKRtvTDgAB%2Fuploads%2FiUselob2n1HB4lbrwnVS%2Fimage.png?alt=media&#x26;token=6b84d1c1-6c41-4032-b0c8-ff18ad00096a" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2652667007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FopePunNPJYyKRtvTDgAB%2Fuploads%2FVGB7WYDfSKEDxsV9IWzT%2Fimage.png?alt=media&#x26;token=c5b7d2e9-6e8f-45ab-9dda-51397ab5f2c6" alt=""><figcaption></figcaption></figure>

***

## Config

<pre class="language-lua" data-title="qb-garbagejob"><code class="lang-lua">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 = <a data-footnote-ref href="#user-content-fn-1">5</a>

-- 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
        }
    }
}
</code></pre>

***

[^1]: Minimum durak sayısı
