Inventory
Client events that are in some way related to the inventory aspects.
On inventory update
AddEventHandler('__WOSA:INVENTORY_UPDATE', function(inv_data)
end)On item use
AddEventHandler('__WOSA:ITEM_USE', function(itemName, itemDisplayName, itemDatabaseID, itemRemovedOnUse)
end)On item add
On item give
On item drop
On item pickup
Last updated
Was this helpful?