Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Install guide

Petr Šopf edited this page May 18, 2019 · 1 revision

First, you have to remove default es_extended inventory:

  • Open es_extended, then find and remove this code in client/main.lua:
-- Menu interactions
Citizen.CreateThread(function()
	while true do

		Citizen.Wait(0)

		if IsControlJustReleased(0, Keys['F2']) and IsInputDisabled(0) and not isDead and not ESX.UI.Menu.IsOpen('default', 'es_extended', 'inventory') then
			ESX.ShowInventory()
		end

	end
end)

Then just start resource in your server.cfg:

start esx_inventoryhud

Clone this wiki locally