QBCORE: How can i make an item useable example a shovel?

How can i make an item useable example a shovel? and more…

An item can be added to the shared items.lua file, to make the item useable; set the useable value to true and then within a script create a useable item handler with the function QBCore.Functions.CreateUseableItem(...).

An example is available on the QBCore Docs: Server Function Reference - QBCore Documentation

1 Like

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