How to install esx_inventory
Explanation
- Weapons as Items
- Drops HUD
Weapons are read from the things table with the prefix WEAPON_. Add all usable weapons into the things table with their limit. Ammo for every weapon is stored in ammos with amount of bullets, Ammos are read from the things table with the prefix AMMO_. Add all usable ammos into the things table with their limit and therefore the use of ammo is often configurable on config.lua.
Hotbar Keys
The weapon wheel is disabled for the use of hot keys. Weapons being used as items is needed in this case
Installation
- Download esx_inventory
- Add the esx_inventory to resource folder [esx]/[inventory]
- Execute SQL : esx_inventory.sql
- Add the following lines to your config:
start esx_inventory