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.