πͺConfig
Here you can find all the information about configuring our resource.
Last updated
Here you can find all the information about configuring our resource.
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 )The configuration is splitted into different parts:
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.
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.
Here you can find all vehicle related settings.
You can specify the max weights / slots of each vehicles trunk / glovebox.
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.
In the plugins folder you can find a config file per plugin.
Last updated