thank you for your help i tried to do that and this is my config:
Config = {}
Config.Locale = “en”
Config.IncludeCash = true – Include cash in inventory?
Config.IncludeWeapons = true – Include weapons in inventory?
Config.IncludeAccounts = true – Include accounts (bank, black money, …)?
Config.ExcludeAccountsList = {} – List of accounts names to exclude from inventory
Config.OpenControl = 289 – Key for opening inventory. Edit html/js/config.js to change key for closing it.
Config.CloseUiItems ={radio, tuning_laptop} -----I added it by myselfe but it doesnt work----
If you are using esx_advancedvehicleshop you should go to esx_inventoryhud --> client --> trunk.lua then search for isPlateTaken
If is “esx_vehicleshop:isPlateTaken” Change to “esx_advancedvehicleshop:isPlateTaken”
Anyone have an issue with inventoryhud_trunk deleting a players trunk inventory sometimes? Very hard to track down but\ every know and then someone loses their entire trunk. No SQL errors nothing. Is it possible that the timing matches a server hitch and causes it to mess up?
Having an issue with this not working with shops/storages, I just get the normal ESX menu. Also glovebox and trunk won’t open (yes I have them installed and started on the server).
my game freezes when i click F2 and open inventory with the mouse over the game and can t move, i can t close inventory and can t do anything i only can disconnect from F8 console
Help me plz
is it possible to add a simple weight limit to the inventory system? feels a bit OP to have infinite amounts of items and near infinite amounts of said items, been trying a bit with adding a weight limit, but it’s rather hard to do when you are a bit unsure about where to check for things, and what to do if the limit is reached…
also trying to get an item limit worked into it, that it loads from the database, so item amount can be limited(making the inventory slightly less OP)
Main reason for adding the weight limit, is to get the option to increase it, using gamz skillsystem, so you can work out at a gym, and increase how much you can carry, up to a certain level… having a hard time actually making it work though. so would it be possible for you to add it yourself? since you know the script inside and out