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

Configuration

Open:

webaustral_pausemenu/config.lua

Framework

Use automatic detection:

Config.Framework = 'auto'

Or force one framework:

Config.Framework = 'qbox'
Config.Framework = 'qbcore'
Config.Framework = 'esx'
Config.Framework = 'standalone'

Player list columns

Columns can be enabled or disabled from the config.

Config.PlayerList.Columns = {
    { key = 'job', label = 'JOB', enabled = true },
    { key = 'gang', label = 'GANG', enabled = true },
    { key = 'group', label = 'GROUP', enabled = true },
    { key = 'ping', label = 'PING', enabled = true },
}

Recommended setup

Keep Config.Framework = 'auto' unless your server uses renamed resources or a custom bridge.

On this page Framework Player list columns Recommended setup