uniqers-dice
How to install and all exports infos.

How to install
First QBCORE AND QBOX AND QBUS
open your items.lua
add this code
FOR OLD QBCORE / QBUS
['dice'] = {['name'] = 'dice', ['label'] = 'Dice', ['weight'] = 0, ['type'] = 'item', ['image'] = 'dice.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'For the dice game :)'},
FOR NEW QBCORE and new qbox
dice = { name = 'dice', label = 'Dice', weight = 0, type = 'item', image = 'dice.png', unique = true, useable = true, shouldClose = false, description = 'For the dice game :)'},
and save
First ESX AND OLDESX import the items sql your database
and copy dice.png image paste your inventory image folder. and settings up your config and its done.
Support & Updates & Questions
Last updated