Adding Custom Weapons
Weapons themselves can be added in the config file
Weapon images can be loaded from a remote URL, or directly from your inventory images folder
By default the remote URL is used
To change to your inventory images folder follow these steps
Go to
envi-hud/web/build/config/hud/images.js
Change
enableUrl
tofalse
Change the
localPath
value to your inventory images file pathTypically this value would end up being
nui://CHANGE_TO_YOUR_INVENTORY_NAME/web/images
, but this could differ depending on your actual inventory script
Last updated