Movie Snacks
Last updated
Last updated
Ox Inventory
Install Ox Inventory to your resource folder
Locate Ox Inventory folder ox_inventory\data\items.lua
Copy The Config Below, and install pictures inside
['basket_chilicheesenachos'] = {
label = 'Chilli Cheese Nachos',
weight = 1,
stack = true,
close = true,
description = 'Cheesey Goodness',
client = {
status = { hunger = 12750},
anim = {dict = 'anim@eat@fork', clip = 'fork_clip'},
prop = {model = 'basket_chilicheesenachos',
bone = 18905,
pos = vec3(0.045366298188355, 0.03170080857921, 0),
rot = vec3(-52.263476437194, 17.710000240067, -5.9457827650973),
},
usetime = 17500,
notification = 'Salty Goodness'
},
},
['basket_nachos'] = {
label = 'Basket of Nachos',
weight = 1,
stack = true,
close = true,
client = {
status = { hunger = 12750},
anim = {dict = 'anim@eat@fork', clip = 'fork_clip'},
prop = {model = 'basket_nachos',
bone = 18905,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 17500,
notification = 'Salty Goodness'
}
},
['large_popcorn'] = {
label = 'Large popcorn',
weight = 1,
description = 'Large enough to share',
stack = true,
close = true,
client = {
image = 'popcorn.png',
status = { hunger = 12750},
anim = {dict = 'anim@eat@fork', clip = 'fork_clip'},
prop = {model = 'large_popcorn',
bone = 18905,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 17500,
notification = 'Salty Goodness'
},
},
['medium_popcorn'] = {
label = 'Medium Popcorn',
weight = 1,
stack = true,
close = true,
client = {
image = 'popcorn.png',
status = { hunger = 12750},
anim = {dict = 'anim@eat@fork', clip = 'fork_clip'},
prop = {model = 'medium_popcorn',
bone = 18905,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 17500,
notification = 'Salty Goodness'
}
},
['small_popcorn'] = {
label = 'Small popcorn',
weight = 1,
stack = true,
close = true,
client = {
image = 'popcorn.png',
status = { hunger = 12750},
anim = {dict = 'anim@eat@fork', clip = 'fork_clip'},
prop = {model = 'small_popcorn',
bone = 18905,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 17500,
notification = 'Salty Goodness'
}
},
['movie_ticket'] = {
label = 'Movie Ticket',
weight = 1,
stack = true,
close = true,
},
Pictures