๐qb-scrapyard
Hope you got your tetanus shot
Introduction
Allows players to go to the "list" location from the config and receive an email with a car to find and scrap for reward items!
This job does not pay out money by default, it pairs well with the crafting system from qb-inventory
Configuration
Locations
Config.Locations = { -- interaction locations
[1] = {
["main"] = vector3(2397.42, 3089.44, 49.92), -- scrapyard location
["deliver"] = vector3(2351.5, 3132.96, 48.2), -- vehicle delivery point
["list"] = vector3(2403.51, 3127.95, 48.15), -- email generation point
}
}Items
Config.Items = { -- list of potential reward items (randomized)
"metalscrap", -- item name
"plastic",
"copper",
"iron",
"aluminum",
"steel",
"glass",
}Vehicles
Last updated