View on GitHub

ESX Legacy Installation

Documentation for Linden Inventory

Download this project as a .zip file Download this project as a tar.gz file
Links
Introduction
Common Issues
Usage
Snippets
Resources
Media
Discord

You should only be manually updating your ESX if you have a modified version already, in which case it's assumed you have a brain.

This guide will only link to the lines you will need to modify, assuming you are using ESX Legacy from the official repository.

Furthermore, I am only linking the bare minimum for inventory support.

Add to server/common.lua

AddEventHandler('linden_inventory:loaded', function(data)
	ESX.Items = data
end)

If this confused you, just download the fork.