Atenea Store®
DiscordTebexCFX
  • 📎Acerca de
  • FAQ
    • Clothes look invisible
  • Props
    • 🍕Food | Pizza Pack
      • 🤖Animations
      • 📜Ox_inventory
    • 🥛Drink | Milkshakes
      • 🏘️Qb-Housing
      • 🏘️Nolag-Properties
      • 🏘️Loaf Housing
      • 🏘️Quasar Housing
      • 🏘️Ps-Housing
      • 🏘️Origen Housing
    • 🎄Set | Christmas I
      • 🏘️Qb-Housing
      • 🏘️Nolag-Properties
      • 🏘️Loaf Housing
      • 🏘️Quasar Housing
      • 🏘️Ps-Housing
      • 🏘️Origen Housing
    • 🟥Deco | Cuadros
      • 🏘️Qb-Housing
      • 🏘️Nolag-Properties
      • 🏘️Loaf Housing
      • 🏘️Quasar Housing
      • 🏘️Ps-Housing
      • 🏘️Origen Housing
    • 🟥Deco | Cuadros 1
      • 🏘️Qb-Housing
      • 🏘️Nolag-Properties
      • 🏘️Loaf Housing
      • 🏘️Quasar Housing
      • 🏘️Ps-Housing
      • 🏘️Origen Housing
    • 🟥Deco | Decorate 1
      • 🏘️Qb-Housing
      • 🏘️Nolag-Properties
      • 🏘️Loaf Housing
      • 🏘️Quasar Housing
      • 🏘️Ps-Housing
      • 🏘️Origen Housing
  • Shell
    • 🟩Apartament
      • 🏘️Nolag-Properties
      • 🏘️Origen Housing
      • 🏘️Ps-Housing
      • 🏘️Qb-Housing
      • 🏘️Quasar Housing
      • 🏘️Loaf Housing
    • 🟩Apartament 2
      • 🏘️Nolag-Properties
      • 🏘️Origen Housing
      • 🏘️Ps-Housing
      • 🏘️Qb-Housing
      • 🏘️Quasar Housing
      • 🏘️Loaf Housing
      • 🏘️Qbox-Properties
    • 🟩Studio
      • 🏘️Nolag-Properties
      • 🏘️Origen Housing
      • 🏘️Ps-Housing
      • 🏘️Qb-Housing
      • 🏘️Quasar Housing
      • 🏘️Loaf Housing
    • 🟩Office
      • 🏘️Nolag-Properties
      • 🏘️Origen Housing
      • 🏘️Ps-Housing
      • 🏘️Qb-Housing
      • 🏘️Quasar Housing
      • 🏘️Loaf Housing
    • 🟩Housing 1
      • 🏘️Nolag-Properties
      • 🏘️Origen Housing
      • 🏘️Ps-Housing
      • 🏘️Qb-Housing
      • 🏘️Quasar Housing
      • 🏘️Loaf Housing
    • 🟩Housing 2
      • 🏘️Nolag-Properties
      • 🏘️Origen Housing
      • 🏘️Ps-Housing
      • 🏘️Qb-Housing
      • 🏘️Quasar Housing
      • 🏘️Loaf Housing
    • 🟩Housing 3
      • 🏘️Nolag-Properties
      • 🏘️Origen Housing
      • 🏘️Ps-Housing
      • 🏘️Qb-Housing
      • 🏘️Quasar Housing
      • 🏘️Loaf Housing
Con tecnología de GitBook
En esta página
  • Eating
  • Object

¿Te fue útil?

  1. Props
  2. Food | Pizza Pack

Ox_inventory

Eating

// ['ate_pizza_cheese'] = {
        label = 'Pizza Cheese',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_cheese',
            usetime = 2500,
        },
    },
    ['ate_pizza_cheese_single'] = {
        label = 'Single Pizza Cheese',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_cheese_single',
            usetime = 2500,
        },
    },
    ['ate_pizza_jamon'] = {
        label = 'Pizza Jamon',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_jamon',
            usetime = 2500,
        },
    },
    ['ate_pizza_jamon_single'] = {
        label = 'Single Pizza Jamon',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_jamon_single',
            usetime = 2500,
        },
    },
    ['ate_pizza_mozza'] = {
        label = 'Pizza Mozzarella',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_mozza',
            usetime = 2500,
        },
    },
    ['ate_pizza_mozza_single'] = {
        label = 'Single Pizza Mozzarella',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_mozza_single',
            usetime = 2500,
        },
    },
    ['ate_pizza_mushrooms'] = {
        label = 'Pizza Mushrooms',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_mushrooms',
            usetime = 2500,
        },
    },
    ['ate_pizza_mushrooms_single'] = {
        label = 'Single Pizza Mushrooms',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_mushrooms_single',
            usetime = 2500,
        },
    },
    ['ate_pizza_pepperoni'] = {
        label = 'Pizza Pepperoni',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_pepperoni',
            usetime = 2500,
        },
    },
    ['ate_pizza_pepperoni_single'] = {
        label = 'Single Pizza Pepperoni',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_pepperoni_single',
            usetime = 2500,
        },
    },
    ['ate_pizza_pineapple'] = {
        label = 'Pizza Pineapple',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_pineapple',
            usetime = 2500,
        },
    },
    ['ate_pizza_pineapple_single'] = {
        label = 'Single Pizza Pineapple',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_pineapple_single',
            usetime = 2500,
        },
    },
    ['ate_pizza_poiveron'] = {
        label = 'Pizza Poiveron',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_poiveron',
            usetime = 2500,
        },
    },
    ['ate_pizza_poiveron_single'] = {
        label = 'Single Pizza Poiveron',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_poiveron_single',
            usetime = 2500,
        },
    },
    ['ate_pizza_seafood'] = {
        label = 'Pizza Seafood',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_seafood',
            usetime = 2500,
        },
    },
    ['ate_pizza_seafood_single'] = {
        label = 'Single Pizza Seafood',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_seafood_single',
            usetime = 2500,
        },
    },
    ['ate_pizza_tomato'] = {
        label = 'Pizza Tomato',
        weight = 100,
        client = {
            status = { hunger = 200000 },
            anim = 'eating',
            prop = 'ate_pizza_tomato',
            usetime = 2500,
        },
    },
    ['ate_pizza_tomato_single'] = {
        label = 'Single Pizza Tomato',
        weight = 10,
        client = {
            status = { hunger = 100000 },
            anim = 'eating',
            prop = 'ate_pizza_tomato_single',
            usetime = 2500,
        },
    },

Object

// ['ate_box_cheese'] = {
        label = 'Box Pizza Cheese',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_cheese_a'] = {
        label = 'Box Pizza Cheese A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_cheese_b'] = {
        label = 'Box Pizza Cheese B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_jamon'] = {
        label = 'Box Pizza Jamon',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_jamon_a'] = {
        label = 'Box Pizza Jamon A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_jamon_b'] = {
        label = 'Box Pizza Jamon B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_mozza'] = {
        label = 'Box Pizza Mozzarella',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_mozza_a'] = {
        label = 'Box Pizza Mozzarella A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_mozza_b'] = {
        label = 'Box Pizza Mozzarella B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_mushrooms'] = {
        label = 'Box Pizza Mushrooms',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_mushrooms_a'] = {
        label = 'Box Pizza Mushrooms A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_mushrooms_b'] = {
        label = 'Box Pizza Mushrooms B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_pepperoni'] = {
        label = 'Box Pizza Pepperoni',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_pepperoni_a'] = {
        label = 'Box Pizza Pepperoni A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_pepperoni_b'] = {
        label = 'Box Pizza Pepperoni B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_pineapple'] = {
        label = 'Box Pizza Pineapple',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_pineapple_a'] = {
        label = 'Box Pizza Pineapple A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_pineapple_b'] = {
        label = 'Box Pizza Pineapple B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_pizza'] = {
        label = 'Box Pizza',
        weight = 200,
        stack = false,
        close = false
    },
    ['ate_box_pizza_a'] = {
        label = 'Box Pizza A',
        weight = 200,
        stack = false,
        close = false
    },
    ['ate_box_pizza_b'] = {
        label = 'Box Pizza B',
        weight = 200,
        stack = false,
        close = false
    },
    ['ate_box_poiveron'] = {
        label = 'Box Pizza Poiveron',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_poiveron_a'] = {
        label = 'Box Pizza Poiveron A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_poiveron_b'] = {
        label = 'Box Pizza Poiveron B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_seafood'] = {
        label = 'Box Pizza Seafood',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_seafood_a'] = {
        label = 'Box Pizza Seafood A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_seafood_b'] = {
        label = 'Box Pizza Seafood B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_tomato'] = {
        label = 'Box Pizza Tomato',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_tomato_a'] = {
        label = 'Box Pizza Tomato A',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_box_tomato_b'] = {
        label = 'Box Pizza Tomato B',
        weight = 500,
        stack = false,
        close = false
    },
    ['ate_pack_pizza_board'] = {
        label = 'Board Pizza',
        weight = 100,
        stack = true,
        close = false
    },
    ['ate_pack_pizza_cooked'] = {
        label = 'Cooked Pizza',
        weight = 200,
        stack = false,
        close = false
    },
    ['ate_pack_pizza_pallette'] = {
        label = 'Pallette Pizza',
        weight = 150,
        stack = false,
        close = false
    },
     ['ate_pack_pizza_pallette_a'] = {
        label = 'Pallette Pizza A',
        weight = 150,
        stack = false,
        close = false
    },
    ['ate_pack_pizza_uncooked'] = {
        label = 'Uncooked Pizza',
        weight = 8000,
        stack = true,
        close = false
    },
    ['ate_pack_pizza_uncooked_a'] = {
        label = 'Uncooked Pizza A',
        weight = 800,
        stack = false,
        close = false
    },
    ['ate_pack_pizza_uncooked_b'] = {
        label = 'Uncooked Pizza B',
        weight = 800,
        stack = true,
        close = false
    },
    ['ate_pack_pizza_uncooked_c'] = {
        label = 'Uncooked Pizza C',
        weight = 800,
        stack = true,
        close = false
    },
    ['ate_pack_roller'] = {
        label = 'Roller',
        weight = 150,
        stack = false,
        close = false
    },
AnteriorAnimationsSiguienteDrink | Milkshakes

Última actualización hace 6 días

¿Te fue útil?

🍕
📜