[PAID] 🚗 Advanced Chop Shop | Car Part Props | [QB] [ESX]

A script by Green_Slayer

No reviews yet.
[PAID] 🚗 Advanced Chop Shop | Car Part Props | [QB] [ESX] main image

Full Description

Advanced Chop Shop

Preview

Buy Here (QBCORE)

Escrowed Tebex

Open Source Tebex

Buy Here (ESX)

Escrowed Tebex

Open Source Tebex

Features

  • Supports Ox Inventory & QBCore
  • Highly configurable for full customization
  • Requires a minimum number of police on duty to start the job
  • Compatible with ps-dispatch, core-dispatch, and qs-dispatch for police alerts
  • Configurable cooldowns to balance gameplay
  • Chance to receive special rewards when chopping a vehicle
  • Chop shop locations are randomized each run, and the boss location resets every restart
  • Scrap vehicle parts for materials with configurable rewards
  • Email notifications, supports multiple phone systems
  • Unique props for each car part to enhance realism
  • And much more!
Config
Config = {}

Config.Notifications = "ox"
Config.MinCops = 1 -- Min amt of cops required to start the job
Config.PoliceJob = 'police'
Config.Dispatch = 'none'
Config.Phone = "qb-phone" 
Config.WaitListTimer = 30 -- This is a timer till the player gets a job after talking to the boss (Seconds)
Config.Cooldown = 30 -- Cooldown after the job (Seconds)
Config.img = "ox_inventory/web/images" -- Image directory of your inventory script

Config.TrunkItem = "cartrunk"
Config.HoodItem = "carhood"
Config.DoorItem = "cardoor"
Config.WheelItem = "carwheel"

Config.Reward = { -- Reward when you chop a vehicle's part
    ChopTrunk = {
        "steel",
        "money",
        "phone",
        "plastic",
    },
    ChopHood = {
        "aluminum",
        "money",
        "iron",
        "plastic",
    },
    ChopDoor = {
        "aluminum",
        "money",
        "radio",
        "iron",

    },
    ChopWheel = {
        "rubber",
        "steel",
        "plastic",
    },
    ScrapVehicle = {
        "metalscrap",
        "rubber",
    }
}
Config.RewardAmountMin = 2 -- Min amt of per reward item
Config.RewardAmountMax = 5 -- Max amt of per reward item
Config.RewardAmountChance = 80 -- Chance of Getting a reward

Config.SpecialReward = { -- Special Reward when you chop a vehicle's part
    "crack_baggy",
    "diamond_ring",
    "meth",
    "10kgoldchain",
    "rolex",
}

Config.SpeicalRewardMin = 1 -- Min amt of per reward item
Config.SpecialRewardMax = 3 -- Max amt of per reward item
Config.SpecialRewardChance = 50 -- Chance of Getting a reward

Config.BreakDownPartsLocation = vector3(471.7, -1312.21, 29.22) -- Where you break down the vehicle parts into material

Config.BreakDownPartsReward = { -- Reward when you break down a vehicle part
    ChopTrunk = {
        "steel",
        "money"
    },
    ChopHood = {
        "aluminum",
        "money"
    },
    ChopDoor = {
        "aluminum",
        "money"
    },
    ChopWheel = {
        "rubber",
        "money"
    },
}

Config.BreakDownPartsMin = 10 -- Min amt of per part item
Config.BreakDownPartsMax = 25 -- Max amt of per part item

Config.BossCoords = { -- You can add multiple locations (Every Restart a new location is selected)
    vector4(683.5137, -789.3112, 24.4957, 357.9453)
}

Config.ChopCarLocations = { -- Location where the Car you have to steal spawns at
    vector4(59.6679, -849.2748, 30.8152, 343.5621),
    vector4(-438.4437, -459.8052, 32.6085, 352.0847),
    vector4(-921.9538, -169.2906, 41.8765, 206.7782),
    vector4(906.7933, 3589.7756, 33.2219, 268.3691),
    vector4(1557.4805, 3788.2549, 34.0967, 27.9620),
    vector4(2466.0042, 4074.6331, 38.0647, 62.0357),
    vector4(393.3818, -641.5439, 28.5004, 268.0425),
}

Config.DisassembleVehLocations = { -- Locaiton where you chop down the car into pieces
    vector4(2349.9409, 3134.6299, 48.2087, 258.7731),
    vector4(1541.5659, 6335.5615, 24.0756, 58.8045),
    vector4(1431.5463, 6333.3398, 23.9940, 194.7919),
    vector4(437.6965, 3523.0012, 33.6073, 273.1766),
    vector4(1528.7623, 1703.4760, 109.8092, 263.3474),
}

Config.ChopCarVehicles = { -- Vehicle Spawn Name that the buyers will drive up in
    'sultan',
    'habanero',
    'gresley',
    'fq2',
    'felon',
    'zion',
    'jackal',
    'sentinel',
    'asea',
    'glendale',
    'ingot',
    'surge'
}

Config.Peds = { -- Boss Peds
    "g_m_y_salvaboss_01",
    "a_m_m_og_boss_01",
    "a_m_m_paparazzi_01",
    "a_m_m_socenlat_01",
    "a_m_y_cyclist_01",
    "a_m_y_vinewood_02",
    "a_m_y_smartcaspat_01",
    "g_m_m_casrn_01",
    "g_m_m_chicold_01",
    "g_m_m_armlieut_01",
    "mp_m_bogdangoon",
    "mp_f_execpa_02",
}
Code is accessible Yes
Subscription-based No
Lines (approximately) 700
Requirements qb-core OR esx, ox_target, ox_inventory, ox_lib, PolyZone
Support Yes

Other Resources:
Oxy Run
Most Advance & Unique Backpack / Pockets System
Most Advance & Unique Drug Selling System
Mining Script
Money Wash Script
Black Market Script