Installation · origen_pausemenu
Requirements
Before starting, make sure you have:
- A supported framework installed (
esx,newesx,oldqb, ornewqb) - The
/assetpacksresource available on your server
This resource does not require any SQL migration. No database tables are created.
server.cfg
Add the resource to your server.cfg after your framework and /assetpacks:
cfg
ensure /assetpacks
ensure es_extended # or qb-core, depending on your framework
ensure origen_pausemenuConfiguration
Open shared/config.lua and set Config.Framework to match your server setup:
lua
Config.Framework = "newesx" -- esx / oldqb / newqb / newesxRefer to the Configuration page for all available options.
Key binding
The pause menu registers a key mapping automatically using the value of Config.Command (default: ESCAPE). Players can rebind it via GTA V's key bindings settings.
lua
Config.Command = "pauseMenu"
Config.CommandDescription = "Open Pause Menu"