OX Inventory
Install
Open
ox_inventory/data/items.lua
file and configure it according to your preferences.
['adobada_pringles'] = {
label = 'adobada pringles',
stack = true,
close = false,
weight = 10,
},
['bbq_pringles'] = {
label = 'bbq pringles',
stack = true,
close = false,
weight = 10,
},
['cheddarcheese_pringles'] = {
label = 'cheddar cheese pringles',
stack = true,
close = false,
weight = 10,
},
['cheddarsourcream_pringles'] = {
label = 'cheddar sourcream pringles',
stack = true,
close = false,
weight = 10,
},
['chililime_pringles'] = {
label = 'chili lime pringles',
stack = true,
close = false,
weight = 10,
},
['frenchfiresketchup_pringles'] = {
label = 'french fires ketchup pringles',
stack = true,
close = false,
weight = 10,
},
['frenchoniondip_pringles'] = {
label = 'french onion dip pringles',
stack = true,
close = false,
weight = 10,
},
['hothoney_pringles'] = {
label = 'hot honey pringles',
stack = true,
close = false,
weight = 10,
},
['lightlysalted_pringles'] = {
label = 'lightly salted pringles',
stack = true,
close = false,
weight = 10,
},
['original_pringles'] = {
label = 'original pringles',
stack = true,
close = false,
weight = 10,
},
['originalreductedfat_pringles'] = {
label = 'original reduced fat pringles',
stack = true,
close = false,
weight = 10,
},
['paprika_pringles'] = {
label = 'paprika pringles',
stack = true,
close = false,
weight = 10,
},
['phillycheesesteak_pringles'] = {
label = 'philly cheese steak pringles',
stack = true,
close = false,
weight = 10,
},
['pizza_pringles'] = {
label = 'pizza pringles',
stack = true,
close = false,
weight = 10,
},
['ranch_pringles'] = {
label = 'ranch pringles',
stack = true,
close = false,
weight = 10,
},
['saltvinegar_pringles'] = {
label = 'salt vinegar pringles',
stack = true,
close = false,
weight = 10,
},
['scorchin_bbq_pringles'] = {
label = 'scorchin bbq pringles',
stack = true,
close = false,
weight = 10,
},
['scorchin_buffalo_pringles'] = {
label = 'scorchin buffalo pringles',
stack = true,
close = false,
weight = 10,
},
['scorchin_cheddar_pringles'] = {
label = 'scorchin cheddar pringles',
stack = true,
close = false,
weight = 10,
},
['scorchin_sourcreamonion_pringles'] = {
label = 'scorchin sourcream onion pringles',
stack = true,
close = false,
weight = 10,
},
['scorchinwavy_loadednachos_pringles'] = {
label = 'scorchin wavy loaded nachos pringles',
stack = true,
close = false,
weight = 10,
},
['sourcreamonion_pringles'] = {
label = 'sour cream onion pringles',
stack = true,
close = false,
weight = 10,
},
['wavy_applewoodsmokedcheddar_pringles'] = {
label = 'wavy applewood smoked cheddar pringles',
stack = true,
close = false,
weight = 10,
},
['wavy_classic_pringles'] = {
label = 'wavy classic pringles',
stack = true,
close = false,
weight = 10,
},
['wavy_fireroasted_jalapeno_pringles'] = {
label = 'wavy fire roasted jalapeno pringles',
stack = true,
close = false,
weight = 10,
},
['wavy_sweetspicybbq_pringles'] = {
label = 'wavy sweet spicy bbq pringles',
stack = true,
close = false,
weight = 10,
},
['wavy_whitecheddar_pringles'] = {
label = 'wavy white cheddar pringles',
stack = true,
close = false,
weight = 10,
},
Last updated