Items
ox_inventory
['mdt'] = {
label = 'Mobile Data Terminal',
weight = 500,
stack = false,
close = true,
allowArmed = false,
consume = 0,
client = { event = 'redutzu-mdt:client:openMDT', image = 'redutzu_mdt.png' },
description = 'Take roleplay to another level with the most advanced MDT on FiveM'
},
['bodycam'] = {
label = 'Bodycam',
weight = 300,
stack = false,
close = true,
allowArmed = true,
consume = 0,
client = { event = 'redutzu-mdt:client:toggle-bodycam-state', image = 'bodycam.png' },
description = 'Let other players see your body with the most advanced bodycam on FiveM'
}
qb-inventory/others
['mdt'] = {
['name'] = 'mdt',
['label'] = 'Mobile Data Terminal',
['weight'] = 500,
['type'] = 'item',
['image'] = 'redutzu_mdt.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Take roleplay to another level with the most advanced MDT on FiveM'
},
['bodycam'] = {
['name'] = 'Body Cam',
['label'] = 'Body Camera',
['weight'] = 500,
['type'] = 'item',
['image'] = 'bodycam.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Let other players see your body with the most advanced bodycam on FiveM'
}
Last updated