Skip to content
/the Headquarters edited this page Nov 22, 2020 · 6 revisions

Add suport for jobs like esx_policejob

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)

Clone this wiki locally