[PAID] [ESX/QBCore] Sovex Pause Menu - Cinematic & Immersive UI

:art: Sovex Premium Pause Menu

Elevate your server’s user experience with Sovex Pause Menu, a modern, cinematic, and highly immersive replacement for the default GTA V pause screen. Designed with performance and aesthetic branding in mind.


:sparkles: Features

  • :clapper: Cinematic Camera: Dynamic camera angles that adapt automatically if the player is on foot or inside a vehicle.
  • :eye: Portrait Mode (DOF): Real-time background blur (Depth of Field) that focuses on the player for a high-end visual feel.
  • :iphone: Total Immersion: Character holds a physical phone prop and performs a reading animation while the menu is open.
  • :bar_chart: Live Server Stats: Real-time display of Server ID, Cash, Bank, and active Service counts (Police & Medics).
  • :round_pushpin: Integrated GPS: Configurable business list with one-click buttons to set waypoints on the map.
  • :newspaper: Dynamic News: Display server updates or events with image support.
  • :art: Premium Branding: Change the logo (adjustable size), colors, and text directly from the config.lua.
  • :globe_with_meridians: Multilingual: Full support for English and Spanish.
  • :zap: Optimization: 0.00ms resmon when idle.

:tv: Preview & Media

📸 Video:

https://www.youtube.com/watch?v=5wUiFsmaYgY

📸 Screenshots:



:hammer_and_wrench: Installation & Requirements

  1. Framework: ESX or QB-Core (Auto-detected).
  2. Installation: * Drag and drop sovex_pausemenu into your resources.
    • Configure config.lua to your liking.
    • Add ensure sovex_pausemenu to your server.cfg.
⚙️ View Configuration (config.lua)
Config = {}

-- [[ IDIOMA / LANGUAGE ]]
Config.Language = 'en'

-- [[ ESTADÍSTICAS DEL SERVIDOR ]]
Config.ServerStats = {
    maxPlayers = 128,
    policeJobs = { 'police', 'bcso', 'sheriff' },
    emsJobs = { 'ambulance', 'ems' }
}

-- [[ PERSONALIZACIÓN DE MARCA / BRANDING ]]
Config.Branding = {
    type = "image",
    text = "Sovex<span>Labs</span>",
    logo = "img/logo.png",
    logoWidth = "250px"
}

-- [[ COLORES / COLORS ]]
Config.Colors = {
    primary = "#461A80",
}

-- [[ ENLACES EXTERNOS / EXTERNAL LINKS ]]
Config.Links = {
    discord = "[https://discord.gg/tu_enlace](https://discord.gg/tu_enlace)",
    website = "[https://tu-sitio-web.com](https://tu-sitio-web.com)",
    rules   = "[https://tu-sitio-web.com/normativa](https://tu-sitio-web.com/normativa)"
}

-- [[ NEGOCIOS (GPS) ]]
Config.Businesses = {
    {
        name = "Burger Shot",
        desc = "Fast Food Restaurant",
        icon = "fa-solid fa-burger",
        coords = { x = -1193.34, y = -892.23 }
    },
    {
        name = "Benny's Motorworks",
        desc = "Mechanic Workshop",
        icon = "fa-solid fa-wrench",
        coords = { x = -205.44, y = -1307.24 }
    }
}

-- [[ SISTEMA DE NOTICIAS / NEWS SYSTEM ]]
Config.News = {
    {
        title = "New Menu System!",
        description = "You can now fully customize colors and logos directly from the configuration file.",
        date = "Today",
        image = "[https://media.discordapp.net/attachments/1473657705263534151/1473658997172338844/ChatGPT_Image_26_ene_2026__16_07_52-removebg-preview.png](https://media.discordapp.net/attachments/1473657705263534151/1473658997172338844/ChatGPT_Image_26_ene_2026__16_07_52-removebg-preview.png)"
    }
}

-- [[ DICCIONARIO DE IDIOMAS / LOCALES ]]
Config.Locales = {
    ['es'] = {
        news = "NOTICIAS",
        information = "INFORMACIÓN",
        playerid = "ID en Ciudad",
        -- ... resto de locales
    },
    ['en'] = {
        news = "NEWS",
        information = "INFORMATION",
        playerid = "Server ID",
        -- ... resto de locales
    }
}

:credit_card: Purchase & Documentation

This script is protected by the Cfx.re Escrow System.


:clipboard: Technical Information

Feature Details
Code is accessible No (Escrow Protected)
Subscription-based No
Lines (approximately) ~600
Requirements ESX or QB-Core
Support Yes (Discord)

Developed by SovexLabs - Quality over everything.