Installiation
Item
OX Inventory item template
['airstrike'] = {
label = 'Airstrike',
weight = 1500,
stack = true,
close = true,
}QB Inventory item template
['airstrike'] = {
['name'] = 'airstrike',
['label'] = 'Airstrike',
['weight'] = 1500,
['type'] = 'item',
['image'] = 'airstrike.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Call in an AC-130 airstrike support.'
}Last updated