Ox Inventory Install
Step 1: Locate the OX Inventory Folder
Navigate to your FiveM server directory.
Open the
resources
folder.Find and open the ox_inventory resource folder.
Step 2: Open the data/items.lua
File
data/items.lua
FileInside the ox_inventory folder, go to:
ox_inventory/data/items.lua
Open
items.lua
using Notepad++, VS Code, or another code editor.
Step 3: Add Your New Item
Add a new entry for your item inside the
items.lua
file.Use the following format:
Items Config
['djs_cocktail_blue'] = {
label = 'Cocktail Blue',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_blue',
bone = 57005,
pos = vec3(0.09, -0.16, -0.07),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_blue2'] = {
label = 'Cocktail Blue',
stack = true,
close = true,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_blue2',
bone = 57005,
pos = vec3(0.1, -0.09, -0.07),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_blue3'] = {
label = 'Cocktail Blue',
stack = true,
close = true,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_blue3',
bone = 57005,
pos = vec3( 0.09, -0.06, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_blue4'] = {
label = 'Cocktail Blue',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_blue4',
bone = 57005,
pos = vec3( 0.09, -0.14, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_blue5'] = {
label = 'Cocktail Blue',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_blue5',
bone = 57005,
pos = vec3( 0.04, -0.17, -0.09),
rot = vec3(-61.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_blue6'] = {
label = 'Cocktail Blue',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_blue6',
bone = 57005,
pos = vec3( 0.1, -0.08, -0.05),
rot = vec3(-61.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_blue7'] = {
label = 'Cocktail Blue',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_blue7',
bone = 57005,
pos = vec3( 0.1, -0.08, -0.05),
rot = vec3(-61.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_blue8'] = {
label = 'Cocktail Blue',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_blue8',
bone = 57005,
pos = vec3( 0.1, -0.08, -0.05),
rot = vec3(-61.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_green'] = {
label = 'Cocktail Green',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_green',
bone = 57005,
pos = vec3(0.09, -0.16, -0.07),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_green2'] = {
label = 'Cocktail Green',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_green2',
bone = 57005,
pos = vec3(0.09, -0.1, -0.07),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_green3'] = {
label = 'Cocktail Green',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_green3',
bone = 57005,
pos = vec3(0.09, -0.07, -0.07),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_green4'] = {
label = 'Cocktail Green',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_green4',
bone = 57005,
pos = vec3(0.09, -0.14, -0.07),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_green5'] = {
label = 'Cocktail Green',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_green5',
bone = 57005,
pos = vec3(0.06, -0.18, -0.09),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_green6'] = {
label = 'Cocktail Green',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_green6',
bone = 57005,
pos = vec3( 0.11, -0.06, -0.05),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_green7'] = {
label = 'Cocktail Green',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_green7',
bone = 57005,
pos = vec3(0.07, -0.09, -0.04),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_green8'] = {
label = 'Cocktail Green',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_green8',
bone = 57005,
pos = vec3(0.08, -0.1, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_orange'] = {
label = 'Cocktail Orange',
stack = true,
close = true,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_orange',
bone = 57005,
pos = vec3(0.08, -0.15, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_orange2'] = {
label = 'Cocktail Orange',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_orange2',
bone = 57005,
pos = vec3(0.1, -0.1, -0.08),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_orange3'] = {
label = 'Cocktail Orange',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_orange3',
bone = 57005,
pos = vec3(0.1, -0.06, -0.05),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_orange4'] = {
label = 'Cocktail Orange',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_orange4',
bone = 57005,
pos = vec3(0.08, -0.15, -0.08),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_orange5'] = {
label = 'Cocktail Orange',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_orange5',
bone = 57005,
pos = vec3(0.08, -0.07, -0.05),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_orange6'] = {
label = 'Cocktail Orange',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_orange6',
bone = 57005,
pos = vec3(0.08, -0.15, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_orange7'] = {
label = 'Cocktail Orange',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_orange7',
bone = 57005,
pos = vec3(0.08, -0.15, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_orange8'] = {
label = 'Cocktail Orange',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_orange8',
bone = 57005,
pos = vec3(0.08, -0.15, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_purple'] = {
label = 'Cocktail Purple',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_purple',
bone = 57005,
pos = vec3(0.07, -0.14, -0.05),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_purple2'] = {
label = 'Cocktail Purple',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_purple2',
bone = 57005,
pos = vec3(0.07, -0.12, -0.08),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_purple3'] = {
label = 'Cocktail Purple',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_purple3',
bone = 57005,
pos = vec3(0.09, -0.06, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_purple4'] = {
label = 'Cocktail Purple',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_purple4',
bone = 57005,
pos = vec3(0.09, -0.14, -0.07),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_purple5'] = {
label = 'Cocktail Purple',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_purple5',
bone = 57005,
pos = vec3(0.07, -0.19, -0.08),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_purple6'] = {
label = 'Cocktail Purple',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_purple6',
bone = 57005,
pos = vec3(0.11, -0.04, -0.04),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_purple7'] = {
label = 'Cocktail Purple',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_purple7',
bone = 57005,
pos = vec3(0.11, -0.09, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_purple8'] = {
label = 'Cocktail Purple',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_purple8',
bone = 57005,
pos = vec3(0.11, -0.09, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_red'] = {
label = 'Cocktail Red',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_red',
bone = 57005,
pos = vec3(0.07, -0.14, -0.05),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_red2'] = {
label = 'Cocktail Red',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_red2',
bone = 57005,
pos = vec3(0.07, -0.12, -0.08),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_red3'] = {
label = 'Cocktail Red',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_red3',
bone = 57005,
pos = vec3(0.09, -0.06, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_red4'] = {
label = 'Cocktail Red',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_red4',
bone = 57005,
pos = vec3(0.09, -0.14, -0.07),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_red5'] = {
label = 'Cocktail Red',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_red5',
bone = 57005,
pos = vec3(0.07, -0.19, -0.08),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_red6'] = {
label = 'Cocktail Red',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_red6',
bone = 57005,
pos = vec3(0.11, -0.04, -0.04),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_red7'] = {
label = 'Cocktail Red',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_red7',
bone = 57005,
pos = vec3(0.11, -0.09, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
},
['djs_cocktail_red8'] = {
label = 'Cocktail Red',
stack = true,
close = false,
weight = 10,
client = {
status = { hunger = 2000, thirst = 200000, alcohol = 12500},
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {model = 'djs_cocktail_red8',
bone = 57005,
pos = vec3(0.11, -0.09, -0.06),
rot = vec3(-65.0, 49.0, -5.0),
},
usetime = 17500,
cancel = true,
notification = 'You have satisfied your Thirst'
},
['djs_empty_cocktail'] = {
label = 'Empty Glass',
stack = true,
close = false,
weight = 10,
},
['djs_empty_cocktail_2'] = {
label = 'Empty Glass',
stack = true,
close = false,
weight = 10,
},
['djs_empty_cocktail_3'] = {
label = 'Empty Glass',
stack = true,
close = false,
weight = 10,
},
['djs_empty_cocktail_4'] = {
label = 'Empty Glass',
stack = true,
close = false,
weight = 10,
},
['djs_empty_cocktail_5'] = {
label = 'Empty Glass',
stack = true,
close = false,
weight = 10,
},
['djs_empty_cocktail_6'] = {
label = 'Empty Glass',
stack = true,
close = false,
weight = 10,
},
['djs_empty_cocktail_7'] = {
label = 'Empty Glass',
stack = true,
close = false,
weight = 10,
},
['djs_empty_cocktail_8'] = {
label = 'Empty Glass',
stack = true,
close = false,
weight = 10,
},
},
Adjust label, weight, stack, animations, and props as needed.
Step 4: Add Item Image
OX Inventory allows you to display custom images for items in the inventory.
Where to Place Item Images
Navigate to:
ox_inventory/web/images/
Place your item image inside the
images/
folder.
Step 5: Save the File & Restart Server
Save the
items.lua
file.Restart your FiveM server using one of the following methods:
Console Command:
restart ox_inventory
Full Server Restart: Stop and start the server manually.
Step 6: Test the Item
Spawn the item using an admin command:
/giveitem yourID prop_name 1
(Replace
yourID
with your actual player ID andburger
with your item name.)Open OX Inventory (
F2
default key).Verify the item appears and functions correctly.
Step 6: Debugging & Adjustments
If the item does not show, check the server console for errors.
Verify spelling and commas in
items.lua
.Ensure
ox_inventory
is running properly.Look at the FiveM forums or Discord for troubleshooting help.
Last updated