QBCore


Configuration

No need to do any extra step in config.lua

Item list

QBcore item list

['mixer'] = {
    ['name'] = 'mixer',
    ['label'] = 'mixer',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'mixer.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'music mixer',
},

Images

Image is provided in [xdj].pack.zip, the image is called mixer.png


Last updated

Was this helpful?