try adding in the fxmanifest.lua under the files section where the --images line is add this “html/img/*.png”,
from what i learned the star means any file in the folder with .png at the end
currently running esx_inventoryhud 2.3 with Limit not weight, but the problem is when i drag the item from the shop side of the hud to player side with the script it does not complete the purchase, no errors in console or server side. help!
I have the same problem, any solution?
Can’t get the language changed to English to save my life.
pleaseee, how do i add background image into players inventory?
add the picture in to /html/img folder. The name of the image need to be as the item name,
add “html/img/items/NAMEOFPICTURE.png” at the end of the __resource.lua
do not forget the ‘,’ at the end of the last line
add the picture in to /html/img folder. The name of the image need to be as the item name,
add “html/img/items/NAMEOFPICTURE.png” at the end of the __resource.lua
do not forget the ‘,’ at the end of the last line
I dont mean item image, i mean backround image when opening inventory.
hey there im getting error when i install the inventoryhud trunk .any chance anyone could help me out with it please ?
Yeah let me know if you figure this out, please. I’ve changed the locale in the UI settings but it still won’t change.
html.rar (6.5 MB)
if your looking for english just extract this html and replace yours with this one
Yep, still getting
Fuggit… I just copied the contents from EN to the CS, which it wouldn’t stop looking at… now it’s English.
I have it all working well i say all working but i dont seem to be able to open the trunks of the mule or any vehicles that are like it how can i sort this out thanks
where is 2.4 with hot keys when i download im only getting the 2.3 version ?
change toggle key
I was having the same issue. If anyone else is struggling to get the UI to change to their desired language, you actually have to change it in the ui.html file.
Line 13
<script src="locales/en.js"></script>
By default it is cs, and I changed it to en.
I am having an issue when trying to integrate the script with esx_weaponshop. Normal shops work fine, but I can’t purchase anything in the ammunation.
I have put the code into esx_weaponshop correctly because the UI opens, but it wont let me purchase anything.
Anyone actually integrated their weapon shops into this?
Hello, does anyone know how to change the inventory like if i use a object it should automaticaly close? i have a few problems if i use Tuning laptop or radio the inv is freezing and nothing works anymore
resources[esx]\esx_inventoryhud\config.lua
line 9-10
– List of item names that will close ui when used
Config.CloseUiItems ={…}