Installation
1. Upload the resource
Place the resource in your server resources folder:
resources/[webaustral]/webaustral_pausemenu2. Add it to server.cfg
ensure webaustral_pausemenuQbox installation
ensure ox_lib
ensure qbx_core
ensure webaustral_pausemenuRecommended config:
Config.Framework = 'auto'
-- or force it:
Config.Framework = 'qbox'QBCore installation
ensure ox_lib
ensure qb-core
ensure webaustral_pausemenuRecommended config:
Config.Framework = 'auto'
-- or force it:
Config.Framework = 'qbcore'ESX installation
ensure ox_lib
ensure es_extended
ensure webaustral_pausemenuRecommended config:
Config.Framework = 'auto'
-- or force it:
Config.Framework = 'esx'Standalone installation
ensure ox_lib
ensure webaustral_pausemenuRecommended config:
Config.Framework = 'standalone'Useful 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)