π§ΎExports / Functions
Resource Integrations guide with other resources.
Client Export:
-- you can change boss menu function here
RegisterNetEvent(Settings.Prefix..':openbossaction')
AddEventHandler(Settings.Prefix..':openbossaction', function(job)
TriggerEvent('esx_society:openBossMenu', job, function(data, menu)
ESX.CloseContext()
end, {wash = false})
end)Last updated