['ft_cola'] = {
label = 'eCola(Food Truck)',
weight = 350,
client = {
status = { thirst = 2000000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500,
notification = 'You quenched your thirst with cola'
}
},
['ft_horchata'] = {
label = 'Horchata(Food Truck)',
weight = 350,
client = {
status = { thirst = 2000000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500,
notification = 'You quenched your thirst with Horchata'
}
},
['ft_italiansoda'] = {
label = 'Italian Soda(Food Truck)',
weight = 350,
client = {
status = { thirst = 2000000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500,
notification = 'You quenched your thirst with Italian Soda'
}
},
['ft_strawberryjuice'] = {
label = 'Strawberry Juice(Food Truck)',
weight = 350,
client = {
status = { thirst = 2000000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500,
notification = 'You quenched your thirst with Strawberry Juice'
}
},
['ft_burrito'] = {
label = 'Burrito(Food Truck)',
weight = 220,
client = {
status = { hunger = 2000000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious Burrito'
},
},
['ft_quesadilla'] = {
label = 'Quesadilla(Food Truck)',
weight = 220,
client = {
status = { hunger = 2000000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious Quesadilla'
},
},
['ft_spaghetti'] = {
label = 'Spaghetti(Food Truck)',
weight = 220,
client = {
status = { hunger = 2000000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious Spaghetti'
},
},
['ft_pizza'] = {
label = 'Pizza(Food Truck)',
weight = 220,
client = {
status = { hunger = 2000000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious Pizza'
},
},
['ft_ramen'] = {
label = 'Ramen(Food Truck)',
weight = 220,
client = {
status = { hunger = 2000000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious Ramen'
},
},
['ft_potstickers'] = {
label = 'Potstickers(Food Truck)',
weight = 220,
client = {
status = { hunger = 2000000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious Potstickers'
},
},
['ft_burger'] = {
label = 'Burger(Food Truck)',
weight = 220,
client = {
status = { hunger = 2000000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious Burger'
},
},
['ft_cheesesticks'] = {
label = 'Fried Cheesesticks(Food Truck)',
weight = 220,
client = {
status = { hunger = 2000000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious Fried Cheesesticks'
},
},