ESX
Ready Edited Files
It is a ready edited file for esx. if you use this file you don't need to make any changes
Starting Order
To avoid issues with your other scripts, make sure to start this script after your framework and before any of your scripts that use the inventory. Otherwise, you may encounter problems with inventory-dependent scripts.
ensure ox_lib
ensure es_extented
ensure tgiann-inventory
ensure ...
Weapon Wheel
Open "es_extended\shared\config\adjustments.lua" file
Find these codes in Config.RemoveHudComponents
[19] = false, --WEAPON_WHEEL
[20] = false, --WEAPON_WHEEL_STATS
Replace with this
[19] = true, --WEAPON_WHEEL
[20] = true, --WEAPON_WHEEL_STATS
Open "es_extended\shared\config\main.lua" file
Find this config
Config.CustomInventory = false
Replace with this
Config.CustomInventory = "tgiann"
Download the file above.
Put it inside this "es_extended\server\bridge\inventory" location
Last updated