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 Paychecks

Configuration

Open:

webaustral_paychecks/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'

UI-only mode

Use this mode when your framework or another script already handles salary payments and you only want the Web Austral notification UI.

Config.Paycheck.Enabled = false

Automatic payment mode

Use this mode if you want this script to pay players automatically.

Config.Paycheck.Enabled = true
Config.Paycheck.IntervalMinutes = 30
Config.Paycheck.Account = 'bank'

Recommended account values

  • bank
  • cash
  • money depending on your framework setup
On this page Framework UI-only mode Automatic payment mode Recommended account values