Skip to content

🔗Developers By" Emilia Copyright © (Free Software Foundation, Inc.)

License

Notifications You must be signed in to change notification settings

EmiliaDevelopers/esx_inventoryhud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esx_inventoryhud 2.1

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

Requirements

Developers By" Emilia FiveM is a modification for Grand Theft Auto V FiveM

I don't allow to sell this script or pretended as yours even this script is not working.

  • Support me on Patreon to keep this project alive:

Support me and the project on Patreon

(old Emilia, thank you to the donors)

Discord

Discord Server

Discord Server

Features

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

Addons

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

🔗Developers By" Emilia Copyright © (Free Software Foundation, Inc.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published