[FREE][RELEASE] Turbo Shop | Standalone Shop System by TurboScripts

Forget the basic shops.
This is not a script. It’s a gameplay foundation.
From fully themed UIs to deep framework integration, Turbo-Shop is built for serious servers that want serious immersion.

━━━━━━━━━━━━━━━━━━
:clapper: Showcase Video

:clapper: Showcase Website
Check out our demo & see it in action:
:link: Available at: https://turbodev.dev/
:link: Get it for FREE here: https://turboscripts.tebex.io/package/6776830
━━━━━━━━━━━━━━━━━━

:brain: What is Turbo-Shop?

Turbo-Shop is a zero-resmon, performance-optimized item store framework made to adapt to any roleplay setup.

→ Want a public convenience store?
→ A gang-only black market?
→ A police armory?
→ Mission-unlocked event shop?

:white_check_mark: All possible — and handled via a single, clean config file.
No restarts. No hardcoding. Just full creative control.

━━━━━━━━━━━━━━━━━━

:rocket: Core Features

:white_check_mark: Location-Based Store Creation
→ Create stores anywhere on the map, in seconds.

:white_check_mark: Enable/Disable Stores Anytime
→ Toggle visibility & access on-the-fly — no server restarts.

:white_check_mark: Job & Role Restrictions
→ Restrict store access to specific jobs (police, EMS, gang, etc.)

:white_check_mark: Fully Unique UI Themes per Store
→ Each store can have its own cached color theme & design.

:white_check_mark: Framework Auto-Detection
→ Compatible out of the box with:
• QBCore (new)
• ESX (new & legacy)
• vRP

:white_check_mark: Inventory System Auto-Integration
→ Supports: QBCore, OX Inventory, ESX, MF, LJ, and even custom inventories.

:white_check_mark: Notification System Integration
→ Works with: qb_notify, ox_lib, mythic_notify, and more.

:white_check_mark: Target + Marker Support
→ Choose from: drawText, ox_target, qb-target, or your own.

:white_check_mark: Discord Avatar Integration
→ Display player profile images inside the shop UI for immersion.

:white_check_mark: :fire: 0.00ms Resmon
→ Built for live servers. Feels smooth, runs smoother.

━━━━━━━━━━━━━━━━━━

:jigsaw: Config Highlights – Built to Be Abused

Turbo-Shop isn’t “configurable” — it’s a command center.

Config.Shops = {
  gunshop = {
    label = "Gun Shop",
    theme = "classic",
    npcModel = "s_m_y_ammucity_01",
    categories = {
      {
        name = "Melee Weapons",
        icon = "fa-solid fa-hand",
        items = {
          {
            name = "weapon_bat",
            price = 15000,
            description = "Baseball Bat",
            longDesc = "A sturdy wooden bat for close combat.",
            active = false
          }
        }
      }
    },
    locations = {
      vector4(22.49, -1111.08, 29.8, 55.7),
      vector4(18.73, -1107.99, 29.8, 153.63)
    },
    jobs = nil,
    blip = {
      enabled = true,
      sprite = 110,
      color = 1,
      title = "Gun Shop"
    }
  }
}
-- Framework Setup
Config.FrameworkAutoDetect = true
Config.Framework = "qb"
Config.UseNewQBCoreExport = true

-- Inventory / Notification / Money Systems
Config.Inventory = "qb"
Config.NotificationSystem = "qb"
Config.MoneySystem = "qb"
-- Target Options
Config.TargetSystem = "drawText" -- or: ox_target, qb-target, etc.

-- Discord Profile Integration
Config.DiscordBotToken = "Bot YOUR_TOKEN_HERE"
Config.DefaultAvatar = "./images/turbo.jpg"

:white_check_mark: 100% FREE
:x: No obfuscation
:pencil2: Customizable
:wrench: Actively maintained

Code is accessible No
Subscription-based No
Lines (approximately) 1200
Requirements N/A
Support Yes with future updates
3 Likes

nice work :heart:

1 Like

We appreciate it :hearts:

1 Like