WEB AUSTRALDocumentation
Welcome
Our Products
Introduction
What WebAustral Paychecks does
Configuration
Installation
Exports
Troubleshooting
Introduction
What WebAustral PauseMenu does
Configuration
Installation
Developers
Troubleshooting
Created by: Austral Web
WebAustral PauseMenu

Installation

1. Upload the resource

Place the resource in your server resources folder:

resources/[webaustral]/webaustral_pausemenu

2. Add it to server.cfg

ensure webaustral_pausemenu

Qbox installation

ensure ox_lib
ensure qbx_core
ensure webaustral_pausemenu

Recommended config:

Config.Framework = 'auto'
-- or force it:
Config.Framework = 'qbox'

QBCore installation

ensure ox_lib
ensure qb-core
ensure webaustral_pausemenu

Recommended config:

Config.Framework = 'auto'
-- or force it:
Config.Framework = 'qbcore'

ESX installation

ensure ox_lib
ensure es_extended
ensure webaustral_pausemenu

Recommended config:

Config.Framework = 'auto'
-- or force it:
Config.Framework = 'esx'

Standalone installation

ensure ox_lib
ensure webaustral_pausemenu

Recommended config:

Config.Framework = 'standalone'

Useful client events

RegisterNetEvent('webaustral_pausemenu:opened', function()
    -- Called when the pause menu opens
end)

RegisterNetEvent('webaustral_pausemenu:closed', function()
    -- Called when the pause menu closes
end)
On this page 1. Upload the resource 2. Add it to server.cfg Qbox installation QBCore installation ESX installation Standalone installation Useful client events