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

1.13.0
1.12.4
1.11.4

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

  1. Open "es_extended\shared\config\adjustments.lua" file

  2. Find these codes in Config.RemoveHudComponents

    [19] = false, --WEAPON_WHEEL
    [20] = false, --WEAPON_WHEEL_STATS
  1. Replace with this

    [19] = true, --WEAPON_WHEEL
    [20] = true, --WEAPON_WHEEL_STATS

  1. Open "es_extended\shared\config\main.lua" file

  2. Find this config

Config.CustomInventory = false
  1. Replace with this

Config.CustomInventory = "tgiann"

  1. Download the file above.

  2. Put it inside this "es_extended\server\bridge\inventory" location

Last updated