🪛Config

Here you can find all the information about configuring our resource.

ESX Configuration

The hc_inventory uses the default ESX Inventory functions.

To enable our inventory you have to set the following config options in the main.lua of the ESX config folder:

Config.CustomInventory = false
Config.EnableDefaultInventory = false -- Display the default Inventory ( F2 )

Inventory Configuration

The configuration is splitted into different parts:

Config.lua

Here you need to setup the basic functions of the inventory script like Notifications, Progressbars, etc.

You can also change which money accounts should be displayed in the player inventory and what is the default key to open it.

The config.lua also contains the style configuration and most of the translations.

Config_weapon.lua

This config file is for our integrated weapon ammo / component and tint system.

You can configure the available weapon components and additional clip items to refill your weapons.

Confg_vehicle.lua

Here you can find all vehicle related settings.

You can specify the max weights / slots of each vehicles trunk / glovebox.

Config_discord.lua

In this file you can setup your discord webhooks, colors, etc.

If you are experienced you even have full control about how the discord logs look like.

Plugins

In the plugins folder you can find a config file per plugin.

Last updated