π§ΎExports / Functions
Resource Integrations guide with other resources.
Client Export:
If you want to add your function.
fs_whitewidow/client/unlocked.lua
-- 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