Add the following line to qb-core/shared/items.lua
['driftingtablet'] = { ['name'] = 'driftingtablet', ['label'] = 'Dritfting tablet', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'driftingtablet.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Seems like something to do with cars.' },
Add the following image file as qb-inventory/html/images/driftingtablet.png
Add this section to the end of rahe-drifting/api/server.lua
QBCore.Functions.CreateUseableItem('driftingtablet', function(source, item)
TriggerClientEvent('rahe-drifting:client:openTablet', source)
end)