Frappuccino's
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
['frap_chocolatemocha'] = {
label = 'Chocolate Mocha',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_chocolatemocha`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_cottoncandy'] = {
label = 'Cotton Candy',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_cottoncandy`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_lavender'] = {
label = 'Lavender',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_lavender`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_macha'] = {
label = 'Macha',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_macha`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_mocha'] = {
label = 'Mocha',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_mocha`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_shortcake'] = {
label = 'Strawberry Shortcake',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_shortcake`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_smores'] = {
label = 'Smores',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_smores`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_strawberry'] = {
label = 'Strawberry',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_strawberry`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_toffee'] = {
label = 'Toffee',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_toffee`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
['frap_vanillabean'] = {
label = 'Vanilla Bean',
weight = 0,
client = {
status = { thirst = 0 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `frap_vanillabean`, pos = vec3(0.019913512246603, -0.020377846467585, 0.05), rot = vec3(0.19107616608881, -0.03375586392764, 0.040632433409087) },
bone = 18905,
usetime = 10000,
--notification = 'You quenched your thirst with cola'
}
},
Pictures