Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 719 Bytes

File metadata and controls

26 lines (18 loc) · 719 Bytes
description
You can see some the hooks list called when some purchasing actions is finished

Purchasing

AAS:BoughtItem(ply, itemTable)

Called when an item is bought

Types Arguments Descriptions
Player ply The player who bought the item
itemTable itemTable The boughted item

AAS:SoldItem(ply, itemTable)

Called when an item is sold

Types Arguments Descriptions
Player ply The player who sold the item
itemTable itemTable The sold item