-
Notifications
You must be signed in to change notification settings - Fork 190
09. Jobs support
/the Headquarters edited this page Dec 20, 2020
·
6 revisions
Open esx_policejob/client/main.lua
Find function: OpenBodySearchMenu(player) and remove it. Add this code:
function OpenBodySearchMenu(player)
TriggerEvent("dp_inventory:openPlayerInventory", GetPlayerServerId(player), GetPlayerName(player))
end
You can do this for all default ESX jobs with the function OpenBodySearchMenu(player)
If you need additional support, please contact us through our Discord server.