๐ฎ TRI-PAUSEMENU โ OPEN SOURCE EDITION
A premium FiveM pause menu by Tri Studios | Full source included
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
The same premium pause menu as the Escrow edition โ but with every Lua file, HTML, CSS, and JS shipped unencrypted and fully modifiable.
For developers and server owners who want to go beyond config.lua: customize the design, add new features, integrate with other resources, and shape the menu to fit your server's exact needs.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โจ WHY THE OPEN SOURCE EDITION
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ FULL SOURCE ACCESS
Every file is unencrypted. Read, study, and modify any line. Perfect for teams who maintain their own codebase, want to learn from a production-ready FiveM resource, or need integrations that go beyond what config exposes.
๐จ MODIFY THE DESIGN, NOT JUST THE COLORS
The Escrow edition lets you change colors and labels through config. The OSS edition lets you edit the entire CSS, restructure the HTML, redesign the layout โ make it look however you want.
๐ ๏ธ ADD YOUR OWN FEATURES
Wire in new NUI callbacks. Add custom buttons that trigger your own scripts. Pull data from other resources. Hook the menu into your server's economy, gangs, factions, or any custom system.
๐ LEARN FROM PRODUCTION CODE
Clean, commented Lua + NUI architecture. Framework bridge pattern (QBox/QBCore/ESX). Server-authoritative exit. Native frontend integration. A real-world reference for building polished FiveM resources.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โจ WHAT MAKES THE MENU DIFFERENT
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ฏ ONE-CLICK NATIVE MENUS
Click MAP and you land on the GTA V map. Click KEYBINDS and you land directly on the Key Bindings tab (not the generic Map). Real native frontend integration, no fake popups.
โก SLICK ENTRY ANIMATION
Staggered slide-up across every row, scale fade-in on the overlay. Feels expensive without sacrificing performance.
๐ก๏ธ SERVER-AUTHORITATIVE EXIT
The EXIT button uses DropPlayer server-side, so it works even when client commands like disconnect and quit are ACE-gated on your server.
๐๏ธ FRAMEWORK AGNOSTIC
Auto-detects player data, job, gang, bank, and cash from QBox / QBCore / ESX with no manual wiring.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐งฉ WHAT'S INSIDE THE MENU
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โธ TOP BAR โ Live in-game clock, active player count, server name + logo
โธ HERO CARDS โ MAP ยท SETTINGS ยท DISCORD ยท KEYBINDS ยท STORE (all configurable)
โธ PLAYER INFO โ Name, server ID, job, playtime, bank, cash
โธ JOB STATUS ROW โ Real-time availability tracking (Police / EMS / Mechanic / Taxi by default โ fully configurable)
โธ SOCIALS + EXIT โ YouTube ยท X ยท Instagram ยท TikTok bottom bar with brand-colored buttons + clean disconnect
โธ IN-MENU SETTINGS โ Toggle HUD, Cinematic Mode, and Player Names without leaving the menu
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ๏ธ CONFIG-DRIVEN OR CODE-DRIVEN โ YOUR CHOICE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Quick changes via config.lua:
โ Toggle every button on/off individually
โ Custom gradient colors per hero card
โ Custom background images per hero card
โ Custom labels for full translation support
โ Social media links auto-hide when empty
โ Server logo loads locally or cross-resource
โ Add/remove jobs from the status row without code
โ Show or hide top-bar elements independently
โ Choose your framework (qbox / qbcore / esx) with one config line
Deeper changes via source code:
โ Edit style.css to change the visual design beyond config
โ Edit index.html to add or remove UI sections
โ Edit script.js to change interaction behavior
โ Edit client.lua to add new NUI callbacks or change menu logic
โ Edit server.lua to wire in additional server-side data sources
โ Fork the framework bridge to support your custom framework
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ PERFORMANCE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โข Pure NUI โ no scaleform, no per-frame Wait(0) loops bleeding CPU
โข Server-side job counts cached per menu open โ no spam events
โข 0.00ms idle when menu is closed
โข Optimized animation pipeline using native CSS transforms
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ WHAT YOU'RE GETTING
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ FULL UNENCRYPTED SOURCE โ every Lua, HTML, CSS, JS file shipped readable and modifiable
โ NO TEBEX ESCROW โ no obfuscation, no encryption, no asset escrow
โ Built-in framework bridge (bridge.lua / bridge_sv.lua)
โ Drop-in Tri Studios template logo (swap with your own)
โ Pre-configured for QBox ยท QBCore ยท ESX
โ Setup README + inline code comments throughout
โ Free lifetime updates
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง REQUIREMENTS
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Framework: QBox ยท QBCore ยท ESX
Dependencies: None โ fully standalone
FiveM version: Cerulean+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ LICENSE โ IMPORTANT
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
The Open Source Edition gives you full source access โ but it is NOT a free/open-source license like MIT or GPL. The code remains the property of Tri Studios.
โ PERMITTED:
โข Use the resource on your own FiveM server(s)
โข Modify the source freely for your own use
โข Take screenshots or videos for personal showcase
โ NOT PERMITTED:
โข Redistributing the resource (modified or unmodified)
โข Reselling, sharing, or sub-licensing the resource
โข Uploading the source to public repositories (GitHub, GitLab, etc.)
โข Including the resource in any other product, framework, or bundle
โข Removing or obscuring authorship attribution
Violations will be pursued under Tebex's IP enforcement policy and applicable copyright law.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ฌ SUPPORT
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Join the Tri Studios Discord:ย Tri Studios
Active developer-led support โ not a ticket queue. Get help with installation, custom modifications, framework-specific quirks, and feature requests for future versions.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ OPEN SOURCE EDITION vs ESCROW EDITION
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Both editions deliver the same end-user experience. The only difference is what you can change.
ESCROW EDITION
โข Code is encrypted โ config.lua is the only file you can edit
โข Lower price point
โข Best for: server owners who just want to install and configure
OPEN SOURCE EDITION (this product)
โข Every file is readable and editable
โข Higher price point
โข Best for: developers, larger servers, teams who want to customize beyond config or integrate the menu deeply into their own systems
