πͺInstallation & Configuration
1
2
3
4
Configure Inventory Compatibility
Navigate to the inventory
folder.
Youβll need to follow a specific setup guide based on your inventory system.
Item images used in the chop shop system can be found inside the images
folder for easy reference.
Configuration:
Config = {}
Config.Inventory = "ox_inventory" -- ox_inventory / qb-inventory / ps-inventory / qs-inventory
Config.MaxJobs = 3
Config.IgnoreJobs = {
unemployed = true,
}
Config.FontAwesomeIcons = {
["ambulance"] = "fa-solid fa-user-doctor",
["bus"] = "fa-solid fa-bus",
["cardealer"] = "fa-solid fa-cards",
["garbage"] = "fa-solid fa-trash-can",
["hotdog"] = "fa-solid fa-hotdog",
["judge"] = "fa-solid fa-gave",
["lawyer"] = "fa-solid fa-gavel",
["mechanic"] = "fa-solid fa-wrench",
["bennys"] = "fa-solid fa-wrench",
["beeker"] = "fa-solid fa-wrench",
["police"] = "fa-solid fa-handcuffs",
["realestate"] = "fa-solid fa-sign-hanging",
["taxi"] = "fa-solid fa-taxi",
}
Last updated