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

Developers

Use this page to document exports, events, or custom bridge changes for your server.

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)

Recommended custom integrations

  • Add server rules.
  • Add Discord links.
  • Add Tebex/store links.
  • Add admin-only actions.
  • Add framework-specific player data.
On this page Client events Recommended custom integrations