QB-INVENTORY
Integration with QBCore Inventory users, follow the steps below
STEP [ 1 ] β Give, throw and Place item feature
local itemData = GetItemByName(source, item)
if exports['sanba-realisticitemdrop']:Givethrow(source, itemData, amount) then
cb(true)
return
end
STEP [ 2 ] β Drop item feature

STEP [ 3 ]

Last updated