mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
add support for esx_society to openBossMenu()
This commit is contained in:
@@ -242,5 +242,8 @@ function openBossMenu(isGang, group)
|
|||||||
end
|
end
|
||||||
elseif isStarted("qbx_management") then
|
elseif isStarted("qbx_management") then
|
||||||
exports["qbx_management"]:OpenBossMenu(isGang and "gang" or "job")
|
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
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user