Errors
Some error fixes, error page keep updated! If you cannot find your error inside this documentation, report the inventory developer.
BEFORE CHECKING ERRORS MAKE SURE YOU DO THAT!
Make sure you inventory name is "ls-inventoryhud"
Make sure you implemented clothing thing to esx_skin(or your script)
Make sure you installed sql file
Make sure you are using latest version of inventory
Make sure you configured
config.lua, config_s.lua, config_c.lua
to your server
config_s ERROR
It was fixed, ask the developer for the new version.
INVENTORY DOESN'T WORKING?
If your clothes not given,
Make sure you done fully installation.
If you getting any error, report to developer for found a way
MY INVENTORY IS BLURRY
There is no way to do it, probably one thing broking inventory. Delete sql data from ls_inventory.
If you getting any error, report to developer for found a way.
INVENTORY PRINTS SOMETHING
If its starts with "Empty Identifier detected" inventory prevents bugs from itself. It's not bug!!
If its start with "Inventory version is just outdated!" Message its explains itself, update inventory to latest version!
Grids error
Locate ls_core, ls_inventory in your SQL (HeidiSQL/phpmyadmin), after that delete all values inside from ls_core and ls_inventory. Restart the server, if the error keeps repeat but reinstall the inventory.
Inventory Empty After Revive (ESX)
Locate "es_extended > server > main.lua"
Find
playerDropped
Add
TriggerClientEvent('esx:playerDropped2', playerId)
Find
esx:playerLogout
and do same.If you did its needs look like,
After doing this, locate the "ls-inventoryhud > config_c.lua"
Change
PlayerUnloaded
toesx:playerDropped2
If you did its needs look like,
Last updated