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.
━━━━━━━━━━━━━━━━━━
Showcase Video
Showcase Website
Check out our demo & see it in action:
Available at: https://turbodev.dev/
Get it for FREE here: https://turboscripts.tebex.io/package/6776830
━━━━━━━━━━━━━━━━━━
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?
All possible — and handled via a single, clean config file.
No restarts. No hardcoding. Just full creative control.
━━━━━━━━━━━━━━━━━━
Core Features
Location-Based Store Creation
→ Create stores anywhere on the map, in seconds.
Enable/Disable Stores Anytime
→ Toggle visibility & access on-the-fly — no server restarts.
Job & Role Restrictions
→ Restrict store access to specific jobs (police, EMS, gang, etc.)
Fully Unique UI Themes per Store
→ Each store can have its own cached color theme & design.
Framework Auto-Detection
→ Compatible out of the box with:
• QBCore (new)
• ESX (new & legacy)
• vRP
Inventory System Auto-Integration
→ Supports: QBCore, OX Inventory, ESX, MF, LJ, and even custom inventories.
Notification System Integration
→ Works with: qb_notify, ox_lib, mythic_notify, and more.
Target + Marker Support
→ Choose from: drawText, ox_target, qb-target, or your own.
Discord Avatar Integration
→ Display player profile images inside the shop UI for immersion.
0.00ms Resmon
→ Built for live servers. Feels smooth, runs smoother.
━━━━━━━━━━━━━━━━━━
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"
100% FREE
No obfuscation
Customizable
Actively maintained
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 1200 |
Requirements | N/A |
Support | Yes with future updates |