๐qb-garbagejob
Those bags aren't gonna throw themselves
Introduction
Allows players to rent a garbage truck for a configured amount and pick up garbage bags around the map. Each bag will net the player a variable amount of pay that can is easily adjustable. There is also the ability to enable the chance of players receiving a cryptostick from this job. Read more about those in qb-crypto
Configuration
General
Config = {}
-- Rental fee that is returned on truck return
Config.TruckPrice = 250
-- Want to give out a cryptostick per stop?
Config.GiveCryptoStick = true
-- 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 = 100
-- Lower worth per bag
Config.BagLowerWorth = 50
-- Minimum bags per stop
Config.MinBagsPerStop = 2
-- Maximum bags per stop
Config.MaxBagsPerStop = 5Peds
Locations
Vehicles
Last updated
Was this helpful?
