Clears an inventory by id
inventoryId
no
1
local api = exports["bb_inventory"]:GetAPI() local successful = api.ClearInventoryById(1) local successful = exports["bb_inventory"]:ClearInventoryById(1) print(successful) --- true
Last updated 12 days ago