bazq pausemenu

A customizable pause menu replacement for FiveM servers, featuring a clean UI, player stats, information pages, and keybind listings.

Features

UI & Stats

  • Modern Design: Replaces the default pause menu.

  • Player Stats: Displays Cash, Bank, Job, and ID in the navbar.

  • Background: Customizable blur intensity and opacity.

Content

  • 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.

circle-info

Edit config.lua to customize the appearance and content.

1

General Settings

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
2

Pages

Define custom HTML pages or inline content for the menu tabs.

Config.Pages = {
    {
        id = 'rules',
        label = 'Rules',
        file = 'pages/rules.html',
        enabled = true
    },
    -- ...
}
3

Keybinds

Configure the displayed keybinds in Config.Keys.

{ key = 'F1', enabled = true, description = 'Radial Menu', category = 'General' },
{ key = 'K', enabled = true, description = 'Job Menu', category = 'General' },