#racing app ox_inventory open ui
1 messages · Page 1 of 1 (latest)
You are calling a server event that doesn't exist
how i open the app with the item ?
It should work out of the box unless QBOX changed some shit
i think we need something here where is the item to make it usable i use ox_inventory
There is
But maybe qbox changed something
might be as easy as changing it to the ox bridge one:
AddEventHandler('ox_inventory:usedItem', function(playerId, name, slotId, metadata)
if UseDebug then print('opening ui') end
if name == Config.ItemName.gps then
openRacingApp(playerId)
end
end)
Coul you try adding that in the bridge for qbox?
👍 thanks for testing