Ox Inventory Item

Add items to ox inventory items.lua (ox_inventory\data\items.lua)

['megaphone'] = {
    label = 'Megaphone',
    weight = 1,
    stack = true,
    close = true,
    description = nil
},
['microphone'] = {
    label = 'Microphone',
    weight = 1,
    stack = true,
    close = true,
    description = nil
},

Last updated