Installation
Follow the instructions below for installation:
ox_inventory Item Installation
['car_bomb'] = {
label = 'Car Bomb',
weight = 500,
consume = 0
stack = false,
close = true,
description = 'Beep...Beep...Beep...',
client = {
image = 'carbomb.png',
export = 'mp-carbomb.placeBomb'
}
},
['car_bomb_defused'] = {
label = 'Defused Car Bomb',
weight = 500,
stack = false,
description = 'You should try and shake it!',
client = {
image = 'carbomb.png',
}
},
['bombmirror'] = {
label = 'Car Bomb Detector',
degrade = 12096,
decay = true,
weight = 500,
consume = 0
stack = false,
close = true,
description = 'Helps stop boom boom',
client = {
image = 'bombmirror.png',
export = 'mp-carbomb.useBombMirror'
}
},
Last updated