Troubleshooting
The UI does not appear
Check that the resource is started and that the NUI files are not missing.
ensure webaustral_paychecksPlayers do not receive money
Check these options:
Config.Paycheck.Enabled = true
Config.Paycheck.Account = 'bank'Also make sure the selected framework is correct.
Framework was not detected
Force the framework manually:
Config.Framework = 'qbox'Payments happen twice
Disable automatic payments if another framework script already pays salaries:
Config.Paycheck.Enabled = false