I would like to remove inventory in es_extended in the latest version. to install esx_inventoryhud new.
I would like to know how to remove default inventory from es_extended.
I think you want something else, but if you really want to disable the basic inventory of es_extended and hopefully use legacy, you can do it in config.lua.
money = _U('account_money')
}
Config.StartingAccountMoney = {bank = 50000}
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)
Config.MaxWeight = 24 -- the max inventory weight without backpack
Config.PaycheckInterval = 7 * 60000 -- how often to recieve pay checks in milliseconds
Config.EnableDebug = false -- Use Debug options?
Config.EnableDefaultInventory = true -- Display the default Inventory ( F2 )
Config.EnableWantedLevel = false -- Use Normal GTA wanted Level?
Config.EnablePVP = true -- Allow Player to player combat
Config.Multichar = false -- Enable support for esx_multicharacter
Config.Identity = true -- Select a characters identity data before they have loaded in (this happens by default with multichar)
system
Closed
January 9, 2022, 3:05pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.