Eat like a king! Up-n-Atom Food Pack More cholesterol for your players, now you can use these addon props for restaurant & delivery roleplays
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Prop Photos▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
This pack contain:- x1 bv_upnatom_paperbag
- x1 bv_upnatom_applepie
- x1 bv_upnatom_cup_coffee
- x1 bv_upnatom_cup_cream
- x1 bv_upnatom_cup_ecola
- x1 bv_upnatom_cup_sprite
- x1 bv_upnatom_cup_tea
- x1 bv_upnatom_dog
- x1 bv_upnatom_chilidog
- x1 bv_upnatom_fries
- x1 bv_upnatom_layerpie
- x1 bv_upnatom_nuggets
- x1 bv_upnatom_shake_choco
- x1 bv_upnatom_shake_vanilla
- x1 bv_upnatom_shake_strawberry
- x1 bv_upnatom_tripleburger
- x1 bv_upnatom_triplecheesemelt
- x1 bv_upnatom.ytd
ㅤ
Lines for Items.lua (ox_inventory > Data)Items.lua
['atomnuggets'] = {
label = 'Chicken Liver Surprise',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'anim@scripted@island@special_peds@pavel@hs4_pavel_ig5_caviar_p1', clip = 'base_idle' },----Animation
prop = { model = `bv_upnatom_nuggets`, pos = vec3(-0.03, 0.0, -0.01), rot = vec3(0.0, 0.0, 0.0) },
usetime = 9500,
notification = 'You enjoyed Up-n-Atom Chicken Liver Surprise Nuggets'
}
},
['atomfries'] = {
label = 'Up-n-Atom French Fries',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'anim@scripted@island@special_peds@pavel@hs4_pavel_ig5_caviar_p1', clip = 'base_idle' },----Animation
prop = { model = `bv_upnatom_fries`, pos = vec3(-0.03, -0.0, -0.05), rot = vec3(0.0, 0.0, 0.0) },
usetime = 9500,
notification = 'You enjoyed a Up-n-Atom French Fries'
}
},
['atomcupecola'] = {
label = 'Up-n-Atom Ecola Cup',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_cup_ecola`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Ecola Cup'
}
},
['atomcupecolalight'] = {
label = 'Up-n-Atom Ecola Light Cup',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_cup_ecola`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Ecola Light Cup'
}
},
['atomcupsprunk'] = {
label = 'Up-n-Atom Sprunk Cup',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_cup_sprunk`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Sprunk Cup'
}
},
['atomcupsprunklime'] = {
label = 'Up-n-Atom Sprunk Lime Cup',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_cup_sprunk`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Sprunk Lime Cup'
}
},
['atomcupsprunklight'] = {
label = 'Up-n-Atom Sprunk Light Cup',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_cup_sprunk`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Sprunk Light Cup'
}
},
['atomcuptea'] = {
label = 'Up-n-Atom Tea Cup',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_cup_tea`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Tea Cup'
}
},
['atomcupcream'] = {
label = 'Up-n-Atom Soda Cream Cup',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_cup_cream`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Soda Cream Cup'
}
},
['atomcupcoffee'] = {
label = 'Up-n-Atom Coffee Cup',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_cup_coffee`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Coffee Cup'
}
},
['atomshakechoco'] = {
label = 'Up-n-Atom Chocolate Shake',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_shake_choco`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Chocolate Shake'
}
},
['atomshakevanilla'] = {
label = 'Up-n-Atom Vanilla Shake',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_shake_vanilla`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Vanilla Shake'
}
},
['atomshakestrawberry'] = {
label = 'Up-n-Atom Strawberry Shake',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `bv_upnatom_shake_strawberry`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) },
usetime = 9500,
notification = 'You enjoyed a cold Up-n-Atom Strawberry Shake'
}
},
['atomtripleburger'] = {
label = 'Up-n-Atom "World Famous" Triple Burger®',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },----Animation
prop = { model = `bv_upnatom_tripleburger`, pos = vec3(-0.01, 0.02, -0.08), rot = vec3(0.0, 0.45, 0.0) },
usetime = 6000,
notification = 'You enjoyed a Up-n-Atom Triple Burger'
}
},
['atomtriplecheesemelt'] = {
label = 'Up-n-Atom 10-Slices of Bacon-Triple Cheese Melt®',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },----Animation
prop = { model = `bv_upnatom_triplecheesemelt`, pos = vec3(-0.01, 0.02, -0.08), rot = vec3(0.0, 0.45, 0.0) },
usetime = 9500,
notification = 'You enjoyed a Up-n-Atom 10-Slices of Bacon-Triple Cheese Melt'
}
},
['atomdog'] = {
label = 'Up-n-Atom Hot Dog',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },----Animation
prop = { model = `bv_upnatom_dog`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, 0.0, 90.0) },
usetime = 9500,
notification = 'You enjoyed a Up-n-Atom Hot Dog'
}
},
['atomchillidog'] = {
label = 'Up-n-Atom Chili Hot Dog',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },----Animation
prop = { model = `bv_upnatom_chilidog`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, 0.0, 90.0) },
usetime = 9500,
notification = 'You enjoyed a Up-n-Atom Chili Hot Dog'
}
},
['atomapplepie'] = {
label = 'Up-n-Atom Apple Pie',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },----Animation
prop = { model = `bv_upnatom_applepie`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 80.0) },
usetime = 9500,
notification = 'You enjoyed a sweet Up-n-Atom Apple Pie'
}
},
['atomlayerpie'] = {
label = 'Up-n-Atom Layer Pie',
weight = 350,
client = {
status = { hunger = 20000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },----Animation
prop = { model = `bv_upnatom_layerpie`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 80.0) },
usetime = 9500,
notification = 'You enjoyed a sweet Up-n-Atom Layer Pie'
}
},
ㅤㅤ
ㅤ
( Note: This pack is prepared for ox_inventory ) ![]()
▬▬▬▬▬▬▬▬▬▬▬▬

1) Purchase and download the assets
2) Extract "bv_atom_food" into your resources folder
3) Ensure bv_atom_food into server.cfg
4) Import the items list into item.lua on *ox_inventory\data*
5) Paste the item images into *ox_inventory\web\images*
▬▬▬▬▬▬▬▬▬▬▬▬
BUY IT HERE!
Beavermods Store
▬▬▬▬▬▬▬▬
Icons for ox_inventory
| Assets are accessible | Yes |
| Subscription-based | No |
| Polygons (model and LOD) | Optimized |
| Texture size and amount | Optimized |
| Requirements & dependencies | Ox_Inventory |
| Support | Yes |




