ClearPlayerInventory

Clears a player inventory


Params

Name
Optional
Example

source

no

1

Usage

local api = exports["bb_inventory"]:GetAPI()

local successful = api.ClearPlayerInventory(1)
local successful = exports["bb_inventory"]:ClearPlayerInventory(1)

print(successful)
---true

Last updated