Skip to main content
  • Instant digital delivery
  • Lifetime updates on selected products
  • Trusted by server owners
FiveMX
Shop
Full ServersBundlesNew releases
FiveMX

Start building your server today.

Curated FiveM resources, instant delivery, free starter mods, and practical guides in one calm marketplace.

Browse the shopsupport@fivemx.com

Shop

  • Shop
  • FiveM Mods
  • All Products
  • Free Mods
  • Best Scripts & Mods
  • FiveM Scripts

Frameworks

  • QBCore Scripts
  • ESX Scripts
  • QBox
  • Standalone

Community

  • Blog
  • Support
  • Creators
  • Affiliate

Legal

  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Digital Delivery
  • Cookie Policy
  • GDPR Compliance
  • DMCA
  • Imprint
  • Editorial Policy

Server Templates

  • QBCore Server Template
  • ESX Server Template
  • NoPixel Server Template
  • Server Packs
  • Free Server Templates
  • Tebex Alternative
© 2026 FiveMX. All rights reserved.·FiveMX is not affiliated with Rockstar Games, Take-Two Interactive, or CFX.re. All trademarks are property of their respective owners.
DiscordDocs
Compatibility:

CodeM mVehicleshop v2

$9.49

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox, standalone
Setup

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable

Description

https://www.youtube.com/watch?v=mrGzN9tDSk8

Config lua

Config = {
    Framework = qbcore,        -- esx or qbcore     Change SQLVehiclesTable in config_server.lua
    FrameworkCustomName = false, -- if you have custom framework name, set this to your framework name or leave it false
    saveMods = false,            -- true if you want everything to be saved in the mods or vehicle table
    NewESX = true,
    Vehiclekey = true,
    VehicleSystem = qb-vehiclekeys,          -- cd_garage / qs-vehiclekeys / wasabi-carlock / qb-vehiclekeys
    VehicleRemovekey = false,                  -- Do NOT Touch if you have any car lock system
    VehicleRemoveKeySystem = qs-vehiclekeys, -- cd_garage / qs-vehiclekeys / qb-vehiclekeys
    EnableFuel = true,
    FuelSystem = 'LegacyFuel',                 -- LegacyFuel / ox-fuel / x-fuel / frfuel / cdn-fuel / hyon_gas_station / nd-fuel
    InteractionHandler = 'drawtext',           -- 'drawtext (included drawmarker)' , 'qb-target' , 'ox_target' (u can add your own handler in client/cl_interactions.lua)
    CleanSQLLogs = false,                      -- if you want to clear the logs in the database, set this to true and they will be cleared on every restart
    Locations = {
        [pdm_main_1] = {
            coords = vector3(-33.32, -1104.18, 25.45), -- marker and blip coords
            type = car,                              -- car or boat or plane or heli or custom (for database type column)
            -- accessJob = cardealer, -- if you want to restrict access to a job, set this to job name
            -- managementJob = police,
            preview = { -- vehicle preview
                campos = vector3(-45.76, -1100.8, 26.42),
                camrot = vector3(0.0, 0.0, -16.0),
                vehpos = vector4(-44.51, -1096.19, 25.82, 120.0),
            },
            name = PDM Main,
            blip = {
                show = true, -- if you want to disable the blip, set this to false
                sprite = 326,
                color = 2,
                scale = 0.8,
            },
            marker = {
                type = 23, -- if you want to disable the marker, set this to false
                scale = vector3(1, 1, 1),
                color = vector3(0, 255, 255),
                label = Press ~g~[E]~s~ to open the vehicle shop,
                labelOffset = vector3(0, 0, 1.0)
            },
            bossmarker = {
                coords = vector3(-30.37, -1105.92, 26.5),
                type = 21, -- if you want to disable the marker, set this to false
                scale = vector3(0.5, 0.5, 0.2),
                color = vector3(0, 255, 255),
                label = Press ~g~[E]~s~ to open the boss menu,
                labelOffset = vector3(0, 0, -0.7)
            },
            testdrive = {
                spawn = vector4(-9.87, -1096.9, 25.84, 98.82),
                time = 60, -- in seconds
            },
            vehiclespawn = vector4(-16.56, -1081.61, 26.07, 127.53),
            defaultPreset = pdm
        },
        [boat_shop_1] = {
            coords = vector3(-719.34, -1326.17, 0.65),
            type = boat, -- car or boat or plane or heli or custom (for database type column)
            -- accessJob = cardealer,
            -- managementJob = police,
            preview = {
                campos = vector3(-718.3, -1335.79, 0.45),
                camrot = vector3(0.0, 0.0, 279.19),
                vehpos = vector4(-712.34, -1339.32, 0.14, 140.66),
                maxFov = 90.0,
            },
            name = Boat Shop,
            blip = {
                show = true, -- if you want to disable the blip, set this to false
                sprite = 410,
                color = 2,
                scale = 0.8,
            },
            marker = {
                type = 23, -- if you want to disable the marker, set this to false
                scale = vector3(1, 1, 1),
                color = vector3(0, 255, 255),
                label = Press ~g~[E]~s~ to open the boat shop,
                labelOffset = vector3(0, 0, 1.0)
            },
            bossmarker = {
                coords = vector3(-730.48, -1318.62, 1.6),
                type = 21, -- if you want to disable the marker, set this to false
                scale = vector3(0.5, 0.5, 0.2),
                color = vector3(0, 255, 255),
                label = Press ~g~[E]~s~ to open the boss menu,
                labelOffset = vector3(0, 0, -0.7)
            },
            testdrive = {
                spawn = vector4(-727.55, -1367.86, 0.52, 136.62),
                time = 60, -- in seconds
            },
            vehiclespawn = vector4(-727.55, -1367.86, 0.52, 136.62),
            defaultPreset = boat_shop
        },
        [plane_shop_1] = {
            coords = vector3(-994.55, -2948.14, 12.96),
            type = airplane, -- car or boat or plane or heli or custom (for database type column)
            -- accessJob = cardealer,
            -- managementJob = police,
            preview = {
                campos = vector3(-980.86, -2980.79, 16.07),
                camrot = vector3(0.0, 0.0, 185.54),
                vehpos = vector4(-978.98, -2993.67, 13.95, 63.26),
                maxFov = 90.0,
            },
            name = Plane Shop,
            blip = {
                show = true, -- if you want to disable the blip, set this to false
                sprite = 16,
                color = 2,
                scale = 0.8,
            },
            marker = {
                type = 23, -- if you want to disable the marker, set this to false
                scale = vector3(1, 1, 1),
                color = vector3(0, 255, 255),
                label = Press ~g~[E]~s~ to open the plane shop,
                labelOffset = vector3(0, 0, 1.0)
            },
            bossmarker = {
                coords = vector3(-730.48, -1318.62, 1.6),
                type = 21, -- if you want to disable the marker, set this to false
                scale = vector3(0.5, 0.5, 0.2),
                color = vector3(0, 255, 255),
                label = Press ~g~[E]~s~ to open the boss menu,
                labelOffset = vector3(0, 0, -0.7)
            },
            testdrive = {
                spawn = vector4(-978.98, -2993.67, 13.95, 63.26),
                time = 60, -- in seconds
            },
            vehiclespawn = vector4(-978.98, -2993.67, 13.95, 63.26),
            defaultPreset = plane_shop
        },
        [heli_shop_1] = {
            coords = vector3(-697.55, -1423.4, 4.0),
            type = airplane, -- car or boat or plane or heli or custom (for database type column)
            -- accessJob = cardealer,
            -- managementJob = police,
            preview = {
                campos = vector3(-726.76, -1455.1, 5.51),
                camrot = vector3(0.0, 0.0, 358.97),
                vehpos = vector4(-723.78, -1443.38, 5.66, 136.1),
                maxFov = 90.0,
            },
            name = Helicopter Shop,
            blip = {
                show = true, -- if you want to disable the blip, set this to false
                sprite = 16,
                color = 2,
                scale = 0.8,
            },
            marker = {
                type = 23, -- if you want to disable the marker, set this to false
                scale = vector3(1, 1, 1),
                color = vector3(0, 255, 255),
                label = Press ~g~[E]~s~ to open the heli shop,
                labelOffset = vector3(0, 0, 1.0)
            },
            bossmarker = {
                coords = vector3(-730.48, -1318.62, 1.6),
                type = 21, -- if you want to disable the marker, set this to false
                scale = vector3(0.5, 0.5, 0.2),
                color = vector3(0, 255, 255),
                label = Press ~g~[E]~s~ to open the boss menu,
                labelOffset = vector3(0, 0, -0.7)
            },
            testdrive = {
                spawn = vector4(-723.78, -1443.38, 5.66, 136.1),
                time = 60, -- in seconds
            },
            vehiclespawn = vector4(-723.78, -1443.38, 5.66, 136.1),
            defaultPreset = heli_shop
        },
    },
    UI = {
        ppType = discord, -- steam or discord
        customPlatePrice = 15000,
        previewColors = {   -- https://wiki.rage.mp/index.php?title=Vehicle_Colors | Index for game vehicle, value is for UI (they must be the same)
            [0] = { 13, 17, 22 },
            [21] = { 30, 35, 47 },
            [28] = { 218, 25, 24 },
            [80] = { 66, 113, 225 },
            [112] = { 237, 237, 237 },
            [137] = { 223, 88, 145 },
        },
        EnableCustomPlate = true,
        classDescriptions = {
            [0] =
            'Compacts in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. Those cars are such as Brioso 300 Widebody, Club, Blista Kanjo, Brioso 300, Blista, Brioso R/A, Dilettante, Asbo etc.',                                                                                                               -- Compacts
            [1] =
            'Sedans in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For Sedans in the Grand Theft Auto series, see Sedans. Those cars are such as Emperor, Rhinehart, Tailgater S, Cinquemila, Asea, Super Diamond etc. ',                                                                                  -- Sedans
            [2] =
            'SUVs in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For a list of all SUVs and SUTs in the Grand Theft Auto series, see SUVs. Those cars are such as XLS, Granger 3600LX, Astron, Patriot, I-Wagen, Rebla GTS, Cavalcade, Dubsta etc. ',                                                      -- SUVs
            [3] =
            'Coupes in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other Coupes in the Grand Theft Auto series, see Coupes. Those cars are such as Kanjo SJ, Sentinel, Previon, Postlude, Sentinel XS, F620, Oracle, Felon GT etc. ',                                                                  -- Coupes
            [4] =
            'Muscle Cars in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other muscle cars in the Grand Theft Auto series, see Muscle Cars. Those cars are such as Vigero ZX, Ruiner ZZ-8, Greenwood, Phoenix, Dominator GTT, Duke O Death, Chino, Hustler etc. ',                                      -- Muscle
            [5] =
            'Sports Classics Vehicles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other classic cars in the Grand Theft Auto series, see Classic Cars. Those cars are such as Mamba, Toreador, Stirling GT, Turismo Classic, Ardent, Zion Classic, 190z, JB 700 etc.',                              -- Sports Classics
            [6] =
            'Sports Cars in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other sports cars in the Grand Theft Auto series, see Sports Cars. Those cars are such as Hotring Sabre, Locust, 10F Widebody, Paragon R, Corsita, ZR-350, Imorgon, Elegy Retro Custom etc.',                                  -- Sports
            [7] =
            'Supercars and hypercars in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other supercars in the Grand Theft Auto series, see Super Cars. Those cars are such as LM87, Torero XO, Cyclone II, Sultan RS, Champion, Vacca, Turismo R, Vigilante etc.',                                        -- Super
            [8] =
            'Motorcycles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other motorcycles in the Grand Theft Auto series, see Motorcycles. Those vehicles are such as Oppressor Mk II, Hakuchou Custom, Oppressor, Bati 800, PCJ 600, Faggio etc.',                                                    -- Motorcycles
            [9] =
            'Off-Road Vehicles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For Off-Road vehicles in the Grand Theft Auto series, see Off-Road Vehicles. Those cars are such as Dune FAV, Nightshark, Mesa Grande, Draugur, Patriot Mil-Spec, Everon etc.',                                              --  Off-road
            [10] =
            'Industrial Vehicles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other Industrial Vehicles, see Industrial Vehicles. Those cars are such as Guardian, Dozer, Flatbed, Dump, Dock Handler, Mixer etc.',                                                                                  -- Industrial
            [11] =
            'Utility Vehicles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For utility vehicles in the entire Grand Theft Auto series, see Utility Vehicles. Those vehicles are such as Mobile Operations Center, Sadler, Towtruck, Caddy, Slamtruck, Trailer, Tractor etc.',                            -- Utility
            [12] =
            'Vans in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For all vans in the Grand Theft Auto series, see Vans. Those cars are such as Bison, Speedo Custom, Rumpo Custom, Journey, Surfer, Burrito, Youga Custom etc.',                                                                           -- Vans
            [13] =
            'Cycles (bicycles) in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other bicycles in the Grand Theft Auto series, see Bicycles. Those bicycles are such as BMX, Fixter, Scorcher, Tri-Cycles Race Bike etc.',                                                                               -- Cycles
            [14] =
            'Boats in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. Those boats are such as Kosatka, Submersible, Kraken, Avisa, Marquis, Dinghy, Predator etc.',                                                                                                                                            -- Boats
            [15] =
            'Helicopters in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For helicopters in the Grand Theft Auto series, see Helicopters. Those helicopters are such as Sparrow, Akula, Cargobob, Hunter, Police Maverick etc. ',                                                                           -- Helicopters
            [16] =
            'Planes in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other planes/aircraft in the series, see Fixed-Wing Aircraft. Those aircrafts are such as P-996 LAZER, RO-86 Alkonost, Hydra, Volatol etc.',                                                                                        -- Planes
            [17] =
            'Public Service Vehicles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. Those vehicles are such as Bus, Festival Bus, Taxi, Dune, Dashound, Trashmaster etc.',                                                                                                                                 -- Service
            [18] =
            'Emergency Vehicles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other emergency vehicles in the Grand Theft Auto series, see Emergency Vehicles. Those vehicles are such as FIB Buffalo, Police Buffalo, Police Cruiser, Fire Truck, Ambulance, Police Roadcruiser, Police Riot etc. ', -- Emergency
            [19] =
            'Military Vehicles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. For other military vehicles, see Military Vehicles. Those vehicles are such as TM-02 Khanjali, APC, Anti-Aircraft Trailer, Rhino etc. ',                                                                                     -- Military
            [20] =
            'Commercial Vehicles in Grand Theft Auto V and Grand Theft Auto Online. These are defined by the Vehicle Class System introduced in GTA V. Those vehicles are such as Terrorbyte, Securicar, Mule, Pounder Custom, Phantom Wedge, Hauler Custom, Phantom, Mule Custom etc.'                                                                                           -- Commercial
        }
    },
    -- functions
    OnVehicleBought = function(shopId, vehicle, plate)
        if plate == nil then
            plate = GetVehicleNumberPlateText(vehicle)
        else
            plate = plate
        end
        --example events for qbcore
        TaskWarpPedIntoVehicle(PlayerPedId(), vehicle, -1)
        if Config.Vehiclekey then
            TriggerEvent(vehiclekeys:client:SetOwner, plate)
            if Config.VehicleSystem == 'cd_garage' then
                TriggerEvent('cd_garage:AddKeys', exports['cd_garage']:GetPlate(vehicle))
            elseif Config.VehicleSystem == 'qs-vehiclekeys' then
                exports['qs-vehiclekeys']:GiveKeys(plate)
            elseif Config.VehicleSystem == 'wasabi-carlock' then
                exports.wasabi_carlock:GiveKey(plate)
            elseif Config.VehicleSystem == 'qb-vehiclekeys' then
                TriggerServerEvent('qb-vehiclekeys:server:AcquireVehicleKeys', plate)
            end
        end
        if Config.EnableFuel then
            if Config.FuelSystem == 'LegacyFuel' then
                return exports[LegacyFuel]:SetFuel(vehicle, 100)
            elseif Config.FuelSystem == 'x-fuel' then
                return exports[x-fuel]:SetFuel(vehicle, 100)
            elseif Config.FuelSystem == 'ox-fuel' then
                return SetVehicleFuelLevel(vehicle, 100)
            elseif Config.FuelSystem == 'nd-fuel' then
                return exports[nd-fuel]:SetFuel(vehicle, 100)
            elseif Config.FuelSystem == 'frfuel' then
                return exports.frfuel:setFuel(vehicle, 100)
            elseif Config.FuelSystem == 'cdn-fuel' then
                return exports['cdn-fuel']:SetFuel(vehicle, 100)
            elseif Config.FuelSystem == 'hyon_gas_station' then
                return exports[hyon_gas_station]:SetFuel(vehicle, 100)
            end
        end
    end,

    RemoveVehicleKeys = function(vehicle)
        if Config.VehicleRemovekey then
            local plate = GetVehicleNumberPlateText(vehicle)
            TaskWarpPedIntoVehicle(PlayerPedId(), vehicle, -1)
            if Config.VehicleRemoveKeySystem == 'cd_garage' then
                TriggerServerEvent('cd_garage:RemovePersistentVehicles', exports['cd_garage']:GetPlate(vehicle))
            elseif Config.VehicleRemoveKeySystem == 'qs-vehiclekeys' then
                exports['qs-vehiclekeys']:RemoveKeysAuto()
            elseif Config.VehicleRemoveKeySystem == 'wasabi-carlock' then
                exports.wasabi_carlock:RemoveKey(plate)
            elseif Config.VehicleRemoveKeySystem == 'qb-vehiclekeys' then
                TriggerServerEvent('qb-vehiclekeys:client:RemoveKeys', plate)
            end
        end
    end,

    OnTestDriveVehicleSpawned = function(vehicle)
        --example events for qbcore
        local plate = GetVehicleNumberPlateText(vehicle)
        if Config.Vehiclekey then
            TriggerEvent(vehiclekeys:client:SetOwner, plate)
            if Config.VehicleSystem == 'cd_garage' then
                TriggerEvent('cd_garage:AddKeys', exports['cd_garage']:GetPlate(vehicle))
            elseif Config.VehicleSystem == 'qs-vehiclekeys' then
                exports['qs-vehiclekeys']:GiveKeys(plate)
            elseif Config.VehicleSystem == 'wasabi-carlock' then
                exports.wasabi_carlock:GiveKey(plate)
            elseif Config.VehicleSystem == 'qb-vehiclekeys' then
                TriggerServerEvent('qb-vehiclekeys:server:AcquireVehicleKeys', plate)
            end
        end
        if Config.EnableFuel then
            if Config.FuelSystem == 'LegacyFuel' then
                return exports[LegacyFuel]:SetFuel(vehicle, 100)
            elseif Config.FuelSystem == 'x-fuel' then
                return exports[x-fuel]:SetFuel(vehicle, 100)
            elseif Config.FuelSystem == 'ox-fuel' then
                return SetVehicleFuelLevel(vehicle, 100)
            elseif Config.FuelSystem == 'nd-fuel' then
                return exports[nd-fuel]:SetFuel(vehicle, 100)
            elseif Config.FuelSystem == 'frfuel' then
                return exports.frfuel:setFuel(vehicle, 100)
            elseif Config.FuelSystem == 'cdn-fuel' then
                return exports['cdn-fuel']:SetFuel(vehicle, 100)
            elseif Config.FuelSystem == 'hyon_gas_station' then
                return exports[hyon_gas_station]:SetFuel(vehicle, 100)
            end
        end
    end,
    Locales = {
        [svnotify] = {
            [noperm] = You dont have permission to do this,
            [novaultmoney] = You dont have enough money in vault,
            [vaultnomoney] = Vault doesnt have enough money,
            [employeeoffline] = Employee is not online,
            [playeroffline] = Player is not online,
            [paymentsuccess] = Payment success,
            [businesstransfer] = You transfered business to %s, -- %s is player name
            [nocash] = You dont have enough cash,
            [nomoney] = You dont have enough money,
            [platetaken] = Plate is already taken,
            [noshopfound] = Shop not found,
            [noplayerfound] = Player not found,
            [withdraw] = withdraw from vault,
            [deposit] = deposit from vault,
            [employeepayment] = employee payment,
            [notfound] = Vehicle not found,
            [outofstock] = This vehicle is out of stock,
            [stockadded] = %s stock added to %s,
        },
        [specs] = {
            [braking] = Braking,
            [traction] = Traction,
            [transmission] = Transmission,
            [acceleration] = Acceleration,
            [handling] = Handling
        }
    }
}

Related QBOX Scripts

  • FiveM Torture System
  • STG Banking (ESX/QB)
  • FiveM Baby Script
  • [ESX/QB] 0BUG Pause Menu

Installation notes

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.
Installation notes
Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

Buy this when it saves setup time

Use this checklist to decide quickly whether the resource fits your current server build, framework, and support expectations.

Server-owner payoff

CodeM mVehicleshop v2 is positioned to reduce Mechanic Scripts instead of making you rebuild the same system from scratch.

Compatibility

Works with esx, qbcore, qbox, standalone. Check the requirements block before adding it to a live stack.

Purchase confidence

Instant download, Stripe checkout, support access, and refund policy context are shown before payment.

Decision assets

Requirements, Preview video, Product Q&A

Product fit, setup, and proof at a glance

Use the published facts on this page to confirm whether CodeM mVehicleshop v2 matches your server before checkout.

Compatibility

Frameworks
ESX, QBCore, QBOX, Standalone
Category
Mechanic Scripts

Setup & requirements

Install flow
Download → resources folder → ensure in server.cfg
Requirements
Published on this page
File size
13.93 MB

Proof & buyer questions

Reviews
No reviews yet
Answered Q&A
Ask before buying

Only the facts published on this page should be treated as confirmed. If you need more detail, review the description, requirements, changelog, reviews, and product Q&A before checkout.

DescriptionRequirementsPreview video
Mechanic Scripts
Compatibility:
ESX
QBCore
QBOX
Standalone

CodeM mVehicleshop v2

Review process
$9.49

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox, standalone
Setup

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable
Home
Shop
Mechanic Scripts
Mechanic Scripts
ESX
QBCore
QBOX
Standalone
Review process

Key Features

  • Multi-Framework Support

    Compatible with both ESX and QBCore frameworks with option for custom framework names

  • Multiple Vehicle Types

    Supports car, boat, plane, helicopter, and custom vehicle types across different shop locations

  • Test Drive System

    Includes configurable test drive functionality with customizable time limits (example shows 60-second test drives)

  • Vehicle Key System Integration

    Integrates with multiple vehicle key systems including qb-vehiclekeys, qs-vehiclekeys, cd_garage, and wasabi-carlock

  • Multiple Fuel System Support

    Compatible with LegacyFuel, ox-fuel, x-fuel, frfuel, cdn-fuel, hyon_gas_station, and nd-fuel systems

Frequently Asked Questions

Related Products

$5.49
$14.00
$10.49
$15.99

More from CodeM

CodeM Admin Menu

CodeM Admin Menu

CodeM xPawnshop — Advanced Pawn Shop Script

CodeM xPawnshop — Advanced Pawn Shop Script

CodeM mHunting — Hunting & Wildlife System

CodeM mHunting — Hunting & Wildlife System

CodeM mTaxiJob — Advanced Taxi Script

CodeM mTaxiJob — Advanced Taxi Script

View all from CodeM

Related Tutorials & Guides

Learn more about setting up, configuring, and using this type of resource.

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

Choosing a framework is the single most consequential decision when building a FiveM server. It determines which scripts you can use, how your developers write code, the…

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM frameworks form the backbone of roleplay servers. They're not just code libraries—they're complete systems that manage player identity, jobs, inventory, permissions,…

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox has firmly established itself as the natural successor to QBCore in the FiveM roleplay ecosystem.

Continue Building Your FiveM Server

Use this product as part of a larger setup. Explore related categories, alternative frameworks, premium bundles, and free companion downloads.

Explore Job ScriptsExplore Garages & IndustrialBrowse all scriptsMechanic Scripts scriptsesx scriptsTry QBCore insteadTry QBox insteadFree FiveM modsCompare bundles
Vehicle Control UI

Vehicle Control UI

Car Radio Everywhere

Car Radio Everywhere

Tuning System (ESX/EXM)

Tuning System (ESX/EXM)

Mechanic Job like NFS

Mechanic Job like NFS