copy Copy chevron-down
ls-inventoryhud π₯οΈ ClassesInventory have a classes and works like half framework. If you have any bugs about item delete, item adding, item checking, inventory getting this doc for that.
Item adding for inventory so easy like,
Copy exports["ls-inventoryhud"]:AddItem(source ItemID, ItemAmount, ItemData) Okey we need to know variable names
Item id equals with name when you try to give any item you need to enter a item id all id located in config_items.lua
ItemAmount like variable name, its define item amount
ItemData is mean item.info
Item removing for inventory so easy like,
Copy exports["ls-inventoryhud"]:RemoveItem(source ItemID, ItemAmount) Okey we need to know variable names
ItemID is item identifier and this value is unique cannot be changed
ItemAmount like variable name, its define item amount
Item getting for inventory so easy like,
Okey we need to know variable names
ItemID is item identifier and this value is unique cannot be changed
All item getting for inventory so easy like,
And done! This docs will be updated in future!