This resource for ESX add a inventory hud to fivem
You need node-js
You need vue-cli 3.x.
cd resources
git clone https://github.com/lucianfialhobp/esx_inventory_hud.git [esx]/esx_inventory_hud
git submodule update --init --recursive
cd inventory_hud
npm install
npm run build
- Download https://github.com/lucianfialhobp/esx_inventory_hud/archive/master.zip
- Put it in the
[esx]
directory
- Import
esx_inventory_hud.sql
in your database - Add this to your
server.cfg
:
ensure esx_inventory_hud
The inventory icons were used with incredible fonts, in the installation you will add column icon to the item table. There you can set the icon when you prefer
npm run serve
Use the vue chrome extension for debug vue-chrome-extension
You can buy me a coffee and encourage me to share more codes with the community :)
Thanks for vuejs the boilerplate ;) @calumari
esx_inventory_hud - Inventory Hud for players
Copyright (C) 2020-2020 Lucian Fialho
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.
You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.