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:

Advanced Sellable Market

$28.99

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
Frameworksqbcore, qbox
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=5aQ3Qa689xI

Config file

-- https://discord.gg/mikishops

IZZY = {}

IZZY.Framework = qb --qb - oldqb
IZZY.FrameWorkScriptName = qb-core
IZZY.FrameGetObjectEvent = 'QBCore:GetObject'
IZZY.sql = oxmysql --Check fxmanifest.lua when you change it! | ghmattimysql / oxmysql / mysql-async
IZZY.SellPercentange = 10 --%10
IZZY.ExtendPercentange = 20 --%20 1 week extend price
IZZY.RentDay = 7 --7 day for 1 rent time(week)
IZZY.AccountForManageMarket = bank --For deposit money etc.
IZZY.FixCommand = marketfix
IZZY.Blip = {
    BlipSprite = 52,
    BlipColour = 2,
    BlipScale = 0.7,
    BlipName = Shop,
}

IZZY.BuyMarketBlip = {
    BlipSprite = 350,
    BlipColour = 3,
    BlipScale = 0.7,
    BlipName = Buy Market,
}

IZZY.WhoSallerBlip = {
    BlipSprite = 52,
    BlipColour = 27,
    BlipScale = 0.7,
    BlipName = WhoSaller,
}

IZZY.ShopCoords = {
    [1] = vector3(-48.2197, -1757.4711, 29.4210),
    [2] = vector3(1163.2614, -323.6537, 69.2051),
    [3] = vector3(-707.3671, -914.3745, 19.2156),
    [4] = vector3(-1820.6412, 792.6923, 138.1135),
    [5] = vector3(1698.1538, 4924.4492, 42.0637),
    [6] = vector3(1135.6437, -982.3683, 46.4158),
    [7] = vector3(-1222.9817, -907.1884, 12.3263),
    [8] = vector3(-1487.2129, -379.1227, 40.1634),
    [9] = vector3(-2968.0149, 390.8926, 15.0433),
    [10] = vector3(1165.9236, 2709.1414, 38.1577),
    [11] = vector3(1392.5616, 3604.9871, 34.9809),
    [12] = vector3(373.8432, 326.2942, 103.5664),
    [13] = vector3(2556.8718, 382.1080, 108.6229),
    [14] = vector3(-3039.3450, 585.8024, 7.9089),
    [15] = vector3(-3241.8052, 1001.3857, 12.8307),
    [16] = vector3(547.7012, 2671.2729, 42.1565),
    [17] = vector3(1961.4301, 3740.4883, 32.3437),
    [18] = vector3(2679.0320, 3280.5186, 55.2411),
    [19] = vector3(1729.3567, 6414.9438, 35.0372),
    [20] = vector3(25.8079, -1347.2013, 29.4970),
}
IZZY.BuyShopCoords = vector3(-685.8456, 223.0823, 81.9551)
IZZY.WhoSaller = vector3(1197.0603, -3253.5757, 7.0952)

IZZY.WhoSallerItems = {
    [0] = {
        itemname = iron,
        label = Demir,
        price = 5,
    },
    [1] = {
        itemname = Water,
        label = Water,
        price = 50,
    },
    [2] = {
        itemname = bandage,
        label = Bandage,
        price = 17,
    },
    [3] = {
        itemname = carokit,
        label = Body Kit,
        price = 17,
    },
    [4] = {
        itemname = iron,
        label = Iron,
        price = 13,
    },
    [5] = {
        itemname = copper,
        label = Copper,
        price = 2,
    },
    [6] = {
        itemname = diamond,
        label = Diamon,
        price = 74,
    },
    [7] = {
        itemname = gold,
        label = Gold,
        price = 89,
    },
    [8] = {
        itemname = fixkit,
        label = Fixkit,
        price = 45,
    },
    [9] = {
        itemname = medikit,
        label = Medikit,
        price = 65,
    },
}
-- ekleme
IZZY.DefaultItems = {
    [0] = {
        itemname = iron,
        label = Demir,
        price = 5,
        stock = 50,
    },
    [1] = {
        itemname = Water,
        label = Water,
        price = 50,
        stock = 50,
    },
    [2] = {
        itemname = bandage,
        label = Bandage,
        price = 17,
        stock = 50,
    },
}

IZZY.Languages = {
    [nomoney] = You don't have money,
    [bought] = Bougted.,
    [no_money_on_market] = Not enought money on market.,
    [already_working_here] = This player already working on this market.,
    [not_online] = This player not in game,
    [rented_market] = Market rented.,
    [error_market] = Market not found try again,
    [hired_person] = Person hired.,
    [remove_stock] = Removed in stock.,
    [negative_number] = You can't enter negative number.,
    [price_changed] = Price changed.,
    [no_stock] = There is not that much stock,
    [turn_back_item] = You got the items back. Amount:,
    [enter_price] = You have to enter price,
    [enter_stock] = You have to enter stock,
    [stock_added] = Stock added.,
    [max_stock] = Max Stock: ,
    [fired_person] = Fired from job.,
    [cannot_increase] = You can't increase it any more,
    [cannot_decrease] = You can't decrease it any more,
    [removed_on_basket] = Removed item on basket.,
    [has_owner_market] = This market already has an owner.,
    [enter_player_id] = You need enter player id,
    [not_market_owner] = You're not a market owner.,

    [buy_market] = [E] Buy Market ,
    [whosaller] = [E] WhoSaller,
    [acces_market] = [E] Access Market,

    [market_no] = Market No: ,

    -- ekleme
    [no_job] = Your job cannot access this market.,
}
-- ekleme
IZZY.Shops = {
    [policemarket] = { --must be uniq
        job = police, --if you want add job, don't want set false
        MarketName = Police Shop, --market name
        coords = vector3(37.2594, -1758.7753, 29.3020), --set coords
        blip = { --for blip option, if you don't want set false
            Label = Police Market,
            Sprite = 5,
            Colour = 5,
            Scale = 0.7,
        },
        items = { --you can set shop items with this table
            [0] = {
                itemname = weapon_pistol, --itemname
                label = Pistol, --label
                price = 5,  --price
                stock = 50, --stock (refresh on every open shop)
            },
            [1] = {
                itemname = Water,
                label = Water,
                price = 50,
                stock = 50,
            },
            [2] = {
                itemname = bandage,
                label = Bandage,
                price = 17,
                stock = 50,
            },
        }
    },
    [megamall] = {
        job = false,
        MarketName = MegaMall,
        coords = vector3(16.6959, -1754.6932, 29.3030),
        blip = {
            Label = MegaMall,
            Sprite = 5,
            Colour = 5,
            Scale = 0.7,
        },
        items = {
            [0] = {
                itemname = bandage,
                label = test item,
                price = 5,
                stock = 50,
            },
            [1] = {
                itemname = Water,
                label = Water,
                price = 50,
                stock = 50,
            },
            [2] = {
                itemname = bandage,
                label = Bandage,
                price = 17,
                stock = 50,
            },
        }
    },
}

Related FiveM Economy System

  • FX Banking
  • STG Market
  • Brutal Banking (ESX/QB)
  • Svdden Premium Banking

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

Advanced Sellable Market is positioned to reduce Economy & Banking instead of making you rebuild the same system from scratch.

Compatibility

Works with 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

Requirements, Preview video, Product Q&A

Product fit, setup, and proof at a glance

Use the published facts on this page to confirm whether Advanced Sellable Market matches your server before checkout.

Compatibility

Frameworks
QBCore, QBOX
Category
Economy & Banking

Setup & requirements

Install flow
Download → resources folder → ensure in server.cfg
Requirements
Published on this page
File size
51.52 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
Economy & Banking
Compatibility:
QBCore
QBOX

Advanced Sellable Market

Review process
$28.99

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
Frameworksqbcore, qbox
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
Economy & Banking
Economy & Banking
QBCore
QBOX
Review process

Key Features

  • 20 Configurable Shop Locations

    Supports 20 pre-configured shop coordinates across the map with customizable blip markers for navigation

  • Market Rental System

    Players can rent markets on a 7-day cycle with configurable rental extension pricing at 20% of market value

  • Seller Commission Structure

    Implements a 10% sell percentage commission on player transactions within rented markets

  • Job-Restricted Market Access

    Markets can be configured to restrict access to specific jobs, such as police-only markets with police-specific inventory items

  • WhoSaller NPC Trading

    Dedicated NPC vendor location offering pre-configured items including iron, copper, diamond, gold, and various supplies at fixed prices

Frequently Asked Questions

Related Products

$10.99
$13.99
$10.99
$15.99

Related Tutorials & Guides

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

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.

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

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 Housing ScriptsExplore Inventory ScriptsBrowse all scriptsEconomy & Banking scriptsqbcore scriptsTry ESX insteadTry QBox insteadFree FiveM modsCompare bundles
T1ger Car Insurance

T1ger Car Insurance

FiveM Coin Shop

FiveM Coin Shop

FourTwenty Dynamic Market

FourTwenty Dynamic Market

okokBanking

okokBanking