Item Configuration
You can see some functions used for the items configuration
AAS.AddItem(itemTable, ply, noSendInformation)
Add an accessory
Types
Arguments
Descriptions
Optional
checkIfExist
If you don't want to recreate the item if it exists (internally call AAS.ItemExist for check if the item exists)
✔️
AAS.UpdateItem(itemTable, ply)
Update an accessory
Make sur the itemTable.uniqueId is valid or no update will be made
AAS.DeleteItem(itemTable, ply)
Delete an accessory
Make sur the itemTable.uniqueId is valid or no delete will be made
Last updated
Was this helpful?