N Pause Menu - AAA Pause Menu
A Sleek & Modern pause menu
⚠️
This resource supports by default ESX, QB & QBOX. For any other framework please contact me on discord (opens in a new tab).
Installation
Make sure you already have one of those frameworks
Buy a copy (opens in a new tab).
Download N Developments - Pause from CFX Portal (opens in a new tab)
Resource start order
It's important for your resources to start in a logical order to prevent errors from missing dependencies.
start framework # the name of your framework (i.e. ox_core, es_extended, qbx_core)
start n_pauseConfig
Resource configuration is handled using config.lua, make sure you can always revert default config file by the one below.
Config = {}
Config.PauseOptions = {
language = "en",
logo = {
url = "https://images-ext-1.discordapp.net/external/yiIw8CPKqw8l2CKiTRdkcWzIX0RKF28D_MzGKtv-hEY/https/i.ibb.co/Q3TLDbXR/logo5121.png?format=webp&quality=lossless",
position = "middle-high", -- top-left | top-right | bottom-left | bottom-right | middle-high | middle-low
size = 100 -- optional size in px
},
changeCharacterEnabled = true,
showServerInfo = true,
showCharacterInfo = true,
showBankMoney = true, -- showCharacterInfo should be true
showCashMoney = true, -- showCharacterInfo should be true
showPhoneNumber = true -- showCharacterInfo should be true
}
Config.ServerInfo = {
name = GetConvar('sv_hostname', 'Project N'),
maxPlayers = GetConvarInt('sv_maxclients', 32),
uptime = GetGameTimer(),
}Other Pause Menus incompatibilities
- Any resource with their own built-in pause-menu are expected to have compatibility issues.
- You can disable anytime individual features from pause menu, watch config.lua
Using an unsupported framework
If your framework does not have official support, open a ticket at Discord (opens in a new tab).
This setup is easy, so it's up to your own ability as a developer to make it work.