Purchasing

You can see some the hooks list called when some purchasing actions is finished

AAS:BoughtItem(ply, itemTable)

Called when an item is bought

Types

Arguments

Descriptions

ply

The player who bought the item

itemTable

The boughted item

AAS:SoldItem(ply, itemTable)

Called when an item is sold

Types

Arguments

Descriptions

ply

The player who sold the item

itemTable

The sold item

Last updated

Was this helpful?