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

2 product images available.

Compatibility:
YesPixel 4.0 VEHICLE SHOP
$33.003 sold

Secure Checkout

Card, Klarna and supported wallets via Stripe. More local methods may appear when available for your region.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Card, Klarna, wallets
Frameworksesx, qbcore, qbox
RequirementsNot published separately
PreviewAvailable

Description


Config file

Config = {
    ServerCallbacks = {}, -- Don't edit or change
    AutoDatabaseCreator = false, -- If you are starting the script for the first time, make this true and restart the script, after restarting, make this false otherwise you will get an error.
    CommandPermission = 'god', -- Permission level for add stock (god for QB, admin for ESX)
    TestDriveTime = 30000, -- Seconds 600000
    TeleportBackWhenTestFinishes = true, -- If false destroys the test vehicle's engine and sets it unusable again
    SalesShare = 10, -- The player making the sale receives a share of the entered amount from the sale.
    VehicleShops = {
        {
            Management = {
                Enable = false,
                Job = "cardealer"
            },
            EnableStocks = false,
            AllowedCategories = {"sedans", "sportsclassics", "offroad", "cycles", "motorcycles", "vans", "super", "sports", "coupes", "compacts", "suvs", "muscle"},
            Coords = {
                ShowroomVehicles = vector4(-47.68, -1094.61, 26.42, 133.71),
                BoughtVehicles = vector4(-32.21, -1091.13, 26.18, 336.48),
                TestVehicles = vector4(-32.21, -1091.13, 26.18, 336.48),
                SellingPoint = vector3(-30.82, -1106.09, 26.42)
            },
            Ped = {
                Enable = true,
                Coords = vector4(-57.13, -1099.05, 26.42, 22.75),
                Model = "a_m_y_hasjew_01",
                animDict = "amb@world_human_hang_out_street@female_arms_crossed@idle_a",
                animName = "idle_a"
            },
            ShowroomVehicles = {
                {coords = vector4(-50.67, -1116.44, 25.97, 2.26)},
                {coords = vector4(-53.56, -1116.84, 25.79, 3.36)},
                {coords = vector4(-56.3, -1116.97, 25.66, 1.13)},
                {coords = vector4(-59.18, -1116.89, 26.17, 1.44)},
                {coords = vector4(-61.83, -1117.06, 25.84, 2.23)}
            },
            Blip = { -- https://docs.fivem.net/docs/game-references/blips/
                Enable = true,
                coords = vector3(-57.13, -1099.05, 26.42),
                sprite = 820,
                color = 0,
                scale = 0.5,
                text = "Dealership"
            },
            Interaction = {
                Target = {
                    Enable = true,
                    Distance = 2.0,
                    Label = "Open Showroom",
                    Icon = "fa-solid fa-car",
                    Label2 = "Open Management",
                    Icon2 = "fa-solid fa-car"
                },
                Text = {
                    Enable = false,
                    Distance = 3.0,
                    Label = "[E] Open Showroom | [G] Open Management"
                },
                DrawText = {
                    Enable = false,
                    Distance = 3.0,
                    Show = function()
                        exports["qb-core"]:DrawText("Contact", "left")
                    end,
                    Hide = function()
                        exports["qb-core"]:HideText()
                    end
                }
            }
        }
    }
}

-- Fuel Function
function Config.SetFuel(vehicle, fuel)
    exports["LegacyFuel"]:SetFuel(vehicle, fuel)
end

-- Key Function
function Config.GiveKey(plate)
    TriggerEvent('vehiclekeys:client:SetOwner', plate)
end

-- HUD Function
function Config.HUD(state)
    TriggerEvent('esx:toggleHUD', state)
end

-- Management Function
function Config.AddManagementMoney(job, amount)
    exports['qb-management']:AddMoney(job, amount)
end

Cores

Cores = {
    {
        Name = "ESX",
        ResourceName = "es_extended",
        GetFramework = function() return exports["es_extended"]:getSharedObject() end
    },
    {
        Name = "QBCore",
        ResourceName = "qb-core",
        GetFramework = function() return exports["qb-core"]:GetCoreObject() end
    },
    {
        Name = "QBXCore",
        ResourceName = "qbx_core",
        GetFramework = function() return exports["qbx_core"]:GetCoreObject() end
    }
}

Installation notes

Install details not published

Detailed install notes are not published yet. Review the product description and ask before buying if your server uses custom framework, inventory, or database changes.

Installation notes

Install details not published

Detailed install notes are not published yet. Review the product description and ask before buying if your server uses custom framework, inventory, or database changes.

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

YesPixel 4.0 VEHICLE SHOP is positioned to reduce Scripts instead of making you rebuild the same system from scratch.

Compatibility

Works with esx, qbcore, qbox. 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

installation details: Not published separately, Preview video

Product fit, setup, and proof at a glance

Use the published facts on this page to confirm whether YesPixel 4.0 VEHICLE SHOP matches your server before checkout.

Compatibility

Frameworks
ESX, QBCore, QBOX
Category
Scripts

Setup & requirements

Install flow
Download → resources folder → ensure in server.cfg
Requirements
Not published separately
File size
990.67 KB

Proof & buyer questions

Reviews
No reviews — be the first
Sales
3

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
Scripts
Compatibility:
ESX
QBCore
QBOX

YesPixel 4.0 VEHICLE SHOP

Review process
$33.003 sold

Secure Checkout

Card, Klarna and supported wallets via Stripe. More local methods may appear when available for your region.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Card, Klarna, wallets
Frameworksesx, qbcore, qbox
RequirementsNot published separately
PreviewAvailable
Home
Shop
Scripts
Scripts
ESX
QBCore
QBOX
Review process

Key Features

  • Config file

    YesPixel 4.0 VEHICLE SHOP includes "Config file" in the original product feature list.

  • Config = {

    YesPixel 4.0 VEHICLE SHOP includes "Config = {" in the original product feature list.

  • ServerCallbacks = {}, -- Don't edit or change

    ServerCallbacks = {}, -- Don't edit or change

  • AutoDatabaseCreator = false, -- If you are starting...

    AutoDatabaseCreator = false, -- If you are starting the script for the first time, make this true and restart the script, after restarting, make this false otherwise you will get an error

  • CommandPermission = 'god', -- Permission level for add...

    CommandPermission = 'god', -- Permission level for add stock (god for QB, admin for ESX)

Related Products

$0.00
$24.99
$20.00
$32.99

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,…

Best QBCore Scripts 2026: Essential Server Stack

Best QBCore Scripts 2026: Essential Server Stack

A practical QBCore script stack for FiveM server owners in 2026. Covers police, jobs, HUD, phone, inventory, housing, economy, vehicles, and free starter options.

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 Admin ToolsBrowse all scriptsScripts scriptsesx scriptsTry QBCore insteadTry QBox insteadFree FiveM modsCompare bundles
Smash Bottle - Free Download | FiveMX

Smash Bottle - Free Download | FiveMX

YesPixel MDT / Police Computer

YesPixel MDT / Police Computer

YesPixel 4.0 Inventory (QBCore)

YesPixel 4.0 Inventory (QBCore)

Quasar Inventory (QB/ESX)

Quasar Inventory (QB/ESX)