mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
add support for esx_society to openBossMenu()
This commit is contained in:
@@ -242,5 +242,8 @@ function openBossMenu(isGang, group)
|
||||
end
|
||||
elseif isStarted("qbx_management") then
|
||||
exports["qbx_management"]:OpenBossMenu(isGang and "gang" or "job")
|
||||
|
||||
elseif isStarted("esx_society") then
|
||||
TriggerEvent('esx_society:openBossMenu', group, function() end, { wash = false })
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user