Server
This is not a comprehensive list of events and is missing events intended for internal use only.
Handlers
ox_inventory:openedInventory
AddEventHandler('ox_inventory:openedInventory', function(playerId, inventoryId) end)ox_inventory:closedInventory
AddEventHandler('ox_inventory:closedInventory', function(playerId, inventoryId) end)ox_inventory:usedItem
AddEventHandler('ox_inventory:usedItem', function(playerId, name, slotId, metadata) end)Last updated