Skip to content
/the Headquarters edited this page Jul 24, 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("esx_inventoryhud:openPlayerInventory", GetPlayerServerId(player), GetPlayerName(player))
end

You can do this for all default ESX jobs with the function OpenBodySearchMenu(player)

Clone this wiki locally