Item transfer event

Is there a way to know if an item is being transfered to another player so i can keep track of it
without using thread
Possibly one way to do this would be to create a thread which always looks for the item in the inventory and as soon as it gets nil we can look for the closest player and see if has the item
because i don’t think there is an event or something which gets called when you transfer an item

Just found the to do it you can add this line at 2260 “TriggerEvent(‘your event name’, src, target)” at “resources[qb]\qb-inventory\server\main.lua”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.