v1.0.0

Superior Store Solution
for Your Server

Open unlimited stores, compatible with ESX and QBCore, and choose from 40+ themes to elevate your FiveM experience. 100% optimized with 0.0 resmon usage.

0.0 RESMON
New Qb
New Esx
23 Language Support
Persistent Themes

Turbo Shop

Player Avatar

John Doe

$25,000
$150,000

Cart

0
Your cart is empty

Shop

24 Products Available

FEATURES

Unrivaled performance and features to enhance your gaming experience

Unlimited Shops

Create as many stores as you want, with coordinate or command access.

Personal Theme

Theme settings are cached, so each shop instantly adapts to the player’s chosen style.

40+ Themes

Ready-made themes for every taste, fully customizable design.

Framework Support

Supports ESX, QBCore, and more.

Multi-language

Reach your global audience with 23 language support.

Advanced Authorization

Job and permission-based access control for full security.

Exports & API

Comprehensive exports and API support for integration.

Flexible Payments

Pay with cash, card, or cryptocurrencies.

EASY CONFIG

Simple configuration with just a few lines of code

config.lua
-- TurboShop Configuration File

Config = {}
Config.Shops = {
    -- Weapon Shop Example
    weaponshop = {
        label = "Weapon Shop",                       -- Shop display name
        theme = "dark",                              -- UI theme name
        npcModel = "s_m_m_ammucountry",              -- NPC model at shop location
        
        -- Shop Categories
        categories = {
            {
                name = "Melee Weapons",              -- Category name
                icon = "fa-solid fa-hand-fist",      -- Category icon
                items = {
                    { 
                        name = "weapon_bat",         -- Item spawn name
                        price = 15000,               -- Purchase price
                        description = "Baseball Bat", -- Short description
                        longDesc = "Solid wood bat for self defense", -- Detailed info
                        active = true                -- Is item available for purchase
                    },
                    { 
                        name = "weapon_knife", 
                        price = 20000, 
                        description = "Knife", 
                        longDesc = "Sharp tactical knife with reinforced handle", 
                        active = true 
                    },
                }
            },

            {
                name = "Handguns",
                icon = "fa-solid fa-gun",
                items = {
                    { 
                        name = "weapon_pistol", 
                        price = 25000, 
                        description = "Pistol", 
                        longDesc = "Standard 9mm pistol with good accuracy", 
                        active = true 
                    },
                    { 
                        name = "weapon_combatpistol", 
                        price = 35000, 
                        description = "Combat Pistol", 
                        longDesc = "Tactical pistol with improved stopping power", 
                        active = true 
                    },
                }
            },
        },
        
        -- Shop Locations (X, Y, Z, Heading)
        locations = { 
            vector4(18.73, -1107.99, 29.8, 153.63),
            vector4(810.25, -2157.6, 29.62, 359.02),
        },
        
        -- Other Settings
        uiPosition = { x = 0.5, y = 0.5 },           -- UI position on screen
        jobs = nil,                                  -- Job restrictions (nil = all jobs)
        blip = {                                     -- Map blip settings
            enabled = true,
            sprite = 110,
            color = 1,
            scale = 0.8,
            title = "Weapon Shop"
        }
    },

    -- Clothing Store Example
    clothing = {
        label = "Clothing Store",
        theme = "light",
        npcModel = "s_f_m_shop_high", 
        
        categories = {
            {
                name = "Tops",
                icon = "fa-solid fa-shirt",
                items = {
                    { 
                        name = "tshirt_white", 
                        price = 75, 
                        description = "White T-Shirt", 
                        longDesc = "Simple white cotton t-shirt", 
                        active = true 
                    },
                    { 
                        name = "jacket_leather", 
                        price = 350, 
                        description = "Leather Jacket", 
                        longDesc = "Classic black leather jacket", 
                        active = true 
                    },
                }
            },
            
            {
                name = "Pants",
                icon = "fa-solid fa-socks",
                items = {
                    { 
                        name = "jeans_blue", 
                        price = 150, 
                        description = "Blue Jeans", 
                        longDesc = "Comfortable blue denim jeans", 
                        active = true 
                    },
                    { 
                        name = "pants_black", 
                        price = 120, 
                        description = "Black Pants", 
                        longDesc = "Formal black pants", 
                        active = true 
                    }
                }
            }
        },
        
        locations = { 
            vector4(72.3, -1399.1, 29.4, 271.8),
            vector4(-708.7, -152.1, 37.4, 120.1),
        },
        
        uiPosition = { x = 0.5, y = 0.5 },
        jobs = nil,
        blip = {
            enabled = true,
            sprite = 73,
            color = 47,
            scale = 0.7,
            title = "Clothing Store"
        }
    }
}
01

Create Custom Shops

Add unlimited shops with different items, categories and locations

02

Multiple Locations

Place the same shop at different map coordinates

03

Custom Categories

Organize items with icons and custom descriptions

04

Job Restrictions

Limit shop access to specific jobs or make it available to everyone

PRICING

Get full access to premium features

PREMIUM
$20
$ 10
one-time payment
50% OFF
  • Create unlimited shops
  • 40+ theme collection
  • Support for all frameworks
  • Advanced admin panel
  • 23 language support
  • Location/command based access
  • Export & API support
  • Lifetime free updates
BUY NOW
30-Day Money-Back Guarantee