RSD PAUSE MENU [ESX][QB][VRP][PAID] by RS DEV

A simple and working PauseMenu under ESX, QBCORE or VRP
Replaces the basic GTA escape menu, with access to your money, your tebex store, the player’s jobs, but also the direct link to your Discord or even the settings and the map
You can set up access to your inventory or report yourself

Config File
Config = {}

Config.Key = 'ESCAPE' -- KeyMapping default
Config.Name = 'REDSTART - Pause Menu' -- KeyMapping name
Config.Discord = 'https://discord.gg/UsjAnRv48u' -- Url of your discord
Config.Boutique = 'https://script.redstartrp.fr/' -- Url of your Tebex store

Config.CoinName = "rcoin" -- coin item name

Config.MaxPlayers = "512" -- the maximum number of slots - by default we used GetConvarInt('sv_maxclients', default) so it's not mandatory

Config.UseCamera = true -- if you want to see you character face when pause menu is open (true or false)

Config.Translate = {
    FivemUsername = "FIVEM USERNAME",
    PlayingTime = "PLAYING TIME",
    TotalPlayers = "PLAYERS",
    GameId = "GAME ID",

    Resume = "RESUME",
    Settings = "SETTINGS",
    Map = "MAP",
    Report = "REPORT",
    Quit = "QUIT",

    Discord = "DISCORD",
    DiscordDesc = "+1200 PLAYERS",
    Tebex = "TEBEX STORE",
    TebexCoin = "COINS",
    Store = "STORE",

    JobOrga = "JOB & ORGANISATION",
    Wallet = "Wallet : ",
    Bank = "Bank : ",
    BlackMoney = "Black Money : ",
    MyAccount = "MY ACCOUNT",
    MyInventory = "MY INVENTORY",
}

Config.Quit = "Thanks for playing on Redstart RP, see you soon"

function PauseReport()
    ExecuteCommand("report") -- if you have a trigger or /report different by the default
end

function PauseInventory()
    exports.ox_inventory:openInventory() -- make your export or trigger here to open your inventory
end

You also have access to the PSD file if you want to change images

YOUTUBE VIDEO

TEBEX STORE

Changelog

V1.1 - Delete showing setjob 2, not present under esx by default
V1.2 - You can now hide the coins if you don’t use a coin item.
V1.3 - Fix some issue with display tebex and html code
V1.4 - Add VRP AND QBCORE.

Code is accessible No
Subscription-based No
Lines (approximately) 700
Requirements ESX - QBCORE - VRP
Support Yes

Other FiveM & RedM Resources


FiveM
:fire: - RSD SkyDiving NUI
:fire: - RSD WindSurf
:fire: - RSD PauseMenu NUI
:fire: - RSD LoadingScreen
:fire: - RSD WashMachine NUI
:fire: - RSD PauseMenu NUI with REPORT
:fire: - RSD Interact
:fire: - RSD Advent Calendar NUI

MLO & MAPPING
:fire: - RSD[MLO] Luckywheels Motorcycle
:fire: - RSD[MLO] Paleto Bay Church
:fire: - RSD[MLO] Seoul Base
:fire: - RSD[MLO] Kortz Center Bunker
:fire: - RSD[MAP] Vinewood Rooftop
:fire: - RSD[MLO] Secret Base
:fire: - RSD[MLO] Little-Seoul Mafia/Yakuza/Triad
:fire: - RSD[MLO] Little-Seoul BigPack

RedM:
:fire: - RSD MapColor [FREE]
:fire: - RSD Note
:fire: - RSD Teleport
:fire: - RSD FastTravel
:fire: - RSD SaltyBlock
:fire: - RSD Photography
:fire: - RSD Phonograph
:fire: - RSD NUI
:fire: - RSD Paycheck
:fire: - RSD Weather
:fire: - RSD Ped
:fire: - RSD RailRobbery

1 Like

V1.1 - Delete showing setjob 2, not present under esx by default
V1.2 - You can now hide the coins if you don’t use a coin item.

you will just have to re-download the file on your keymaster.

V1.3 - Fix some issue with display tebex and html code
V1.4 - Add VRP AND QBCORE

awesome !

1 Like