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

Fivem resource for ESX framework - Inventory HUD

License

Notifications You must be signed in to change notification settings

Trsak/esx_inventoryhud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esx_inventoryhud

Inventory HUD for ESX. You can open and close inventory using F2. Part of code was taken from es_extended.

Requirements

Features

  • Using items
  • Droping items
  • Giving items
  • Searching inventory
  • Cash included
  • Accounts support (bank, black money, ...)
  • Fully configurable (check config.lua and html/js/config.js)
  • Locale files included (check locales/ and html/locales/ directories)

Screens

Download & Installation

Using Git

cd resources
git clone https://github.com/Trsak/esx_inventoryhud [esx]/esx_inventoryhud

Manually

Installation

  • 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)
  • Add this to your server.cfg:
start esx_inventoryhud

Config files

  • config.lua
  • html/js/config.js

About

Fivem resource for ESX framework - Inventory HUD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published