A customizable pause menu replacement for FiveM servers, featuring a clean UI, player stats, information pages, and keybind listings.
Modern Design: Replaces the default pause menu.
Player Stats: Displays Cash, Bank, Job, and ID in the navbar.
Background: Customizable blur intensity and opacity.
Information Pages: Configurable pages for Rules, FAQ, Hints, and Notification History.
Keybinds Reference: Visual list of server keybinds customized in config.
Settings Integration: Access to game settings directly from the menu.
Edit config.lua to customize the appearance and content.
config.lua
Values to tweak the look and available features.
Config.Framework = 'auto' -- 'qb', 'qbox', 'esx', or 'auto' Config.ServerSlogan = "Premium Roleplay Experience" Config.PrimaryColor = "#12d800ff" Config.EnableMap = true Config.EnableNotifications = true
Define custom HTML pages or inline content for the menu tabs.
Config.Pages = { { id = 'rules', label = 'Rules', file = 'pages/rules.html', enabled = true }, -- ... }
Configure the displayed keybinds in Config.Keys.
Config.Keys
{ key = 'F1', enabled = true, description = 'Radial Menu', category = 'General' }, { key = 'K', enabled = true, description = 'Job Menu', category = 'General' },