Skip to content

GMA950/esx_inventoryhud_trunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIRST, VERY IMPORTANT

add this fragment of code into your functions.lua here \resources\es_extended\server\functions.lua or wherever you have placed your es_extended resource

  • Under line 163
ESX.GetItemWeight = function(item)
	if ESX.Items[item] ~= nil then
		return ESX.Items[item].weight
	end
end

esx_inventoryhud_trunk 1.0

This is an vehicle trunk addon for esx_inventoryhud. Original code was taken from esx_trunk modified by schwim0341.

Requirements

Features

  • Drag and drop
  • Black Money support
  • Weapons support
  • Fully configurable
  • Locale files included
  • Weight System Support from essentialmode DB
  • Minor Bugs Fixed
  • ES Locale Added

Screens

Download & Installation

Using Git

cd resources
git clone https://github.com/GMA950/esx_inventoryhud_trunk [esx]/esx_inventoryhud_trunk

Manually

Installation

  • Add this to your server.cfg:
start esx_inventoryhud_trunk

Default Open Key is "M"

About

weight from database support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published