đŸ’ģClient Exports

Client Exports for mInventory Remake Resource

GetItemList

Gets the all items that on the server as list.

exports['codem-inventory']:GetItemList()

getUserInventory

Gets the data of user inventory.

exports['codem-inventory']:getUserInventory()

GetClientPlayerInventory

Gets the data of player inventory. Nearly the same with the " getUserInventory " export.

exports['codem-inventory']:GetClientPlayerInventory()

Last updated