DJ'S Collection Guides
  • 📄DJ's Collections
    • ⁉️Common Errors
    • 👀How to install
  • PAID PROPS PRODUCTS
    • 🕺Food & Drink Animations
      • 🧠Install
      • ⚖️DC Prop Attch 2
      • 🍴Information
    • ☕Bean Machine
      • 🧠Install
      • 🎒Ox Inventory Install
      • 🥂Devcore Install
    • 🥗Bites
      • 🧠Install
      • 🎒Ox Inventory Install
      • 🥂Devcore Install
    • 🍳Breakfast
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍔Burgershot
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🥣Cereal Bowls
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍸Cocktails v1
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍻Cocktails v2
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍩Donuts
      • 🧠Install
      • 🎒Ox Inventory Install
    • 😻Uwu Cafe
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🦞Seafood
      • 🧠Install
      • 🎒Ox Inventory Install
    • ⛽Gas Station
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍗Wings & Fries
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🥡ToGo Chinese Food
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍨Ice Cream
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🥩Steakhouse
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🥪Sandwiches
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍝Italian
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍵Frappuccino
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍿Movie Snacks
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍪Cookies & Brownies
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍕Pizza
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍣Sushi v1
      • 🧠Install
      • 🎒Ox Inventory Install
    • 🍣Jamaican
      • 🧠Install
      • 🎒Ox Inventory Install
  • PAID FURNITURE PRODUCTS
    • 🫘Bean Bags
      • 🧠Install
      • 🧑‍💻NoLag Properties Install
    • 🛏️Beds v1
      • 🧠Install
      • 🧑‍💻NoLag Properties Install
    • 🛌Beds v2
      • 🧠Install
      • 🧑‍💻NoLag Properties Install
    • 🐻Brick Bears
      • 🧠Install
      • 🧑‍💻NoLag Properties Install
    • 💺Gaming Chairs
      • 🧠Install
      • 🧑‍💻NoLag Properties Install
    • 🌞Takashi Rugs
      • 🧠Install
      • 🧑‍💻NoLag Properties Install
Powered by GitBook
On this page
  1. PAID PROPS PRODUCTS
  2. Bites

Devcore Install

Step 1: Locate the Inventory Folder

  1. Navigate to your FiveM server directory.

  2. Open the resources folder.

  3. Find and open the inventory resource folder.


Step 2: Add Inventory Configs

  • Please visit your desired inventory above

  • Find Step 3 and install config named "Items Config (non-consumable)"


Step 3: Locate the devcore_needs Folder

  • Navigate to your FiveM server directory.

  • Open the resources folder.

  • Find and open the devcore_needs resource folder.

  • Copy and paste inside devcore_needs/configs/items.lua

Devcore Config

    ["djs_bite_ccutsalad"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_ccutsalad',
                BoneID = 18905,
                Offset = vector3(0.175000, 0.008000, 0.000000),
                Rot = vector3(-14.549987, 0.000000, 6.600003),
            },
            Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'djs_fork',
                BoneID = 57005,
                Offset = vector3(0.11, 0.04, -0.03),
                Rot = vector3(-98.0, -222.0, 22.0),
            }
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@food@plated",
                anim = "djs_food_plate_bite_single",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_chiksalad"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_chiksalad',
                BoneID = 18905,
                Offset = vector3(0.175000, 0.008000, 0.000000),
                Rot = vector3(-14.549987, 0.000000, 6.600003),
            },
            Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'djs_fork',
                BoneID = 57005,
                Offset = vector3(0.11, 0.04, -0.03),
                Rot = vector3(-98.0, -222.0, 22.0),
            }
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@food@plated",
                anim = "djs_food_plate_bite_single",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_fruitsalad"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_fruitsalad',
                BoneID = 18905,
                Offset = vector3(0.175000, 0.008000, 0.000000),
                Rot = vector3(-14.549987, 0.000000, 6.600003),
            },
            Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'djs_fork',
                BoneID = 57005,
                Offset = vector3(0.11, 0.04, -0.03),
                Rot = vector3(-98.0, -222.0, 22.0),
            }
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@food@plated",
                anim = "djs_food_plate_bite_single",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_turksalad"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_turksalad',
                BoneID = 18905,
                Offset = vector3(0.175000, 0.008000, 0.000000),
                Rot = vector3(-14.549987, 0.000000, 6.600003),
            },
            Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'djs_fork',
                BoneID = 57005,
                Offset = vector3(0.11, 0.04, -0.03),
                Rot = vector3(-98.0, -222.0, 22.0),
            }
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@food@plated",
                anim = "djs_food_plate_bite_single",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_veggiesalad"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_veggiesalad',
                BoneID = 18905,
                Offset = vector3(0.175000, 0.008000, 0.000000),
                Rot = vector3(-14.549987, 0.000000, 6.600003),
            },
            Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'djs_fork',
                BoneID = 57005,
                Offset = vector3(0.11, 0.04, -0.03),
                Rot = vector3(-98.0, -222.0, 22.0),
            }
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@food@plated",
                anim = "djs_food_plate_bite_loop",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 25, max = 35}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bowl_stinkysalad"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bowl_stinkysalad',
                BoneID = 18905,
                Offset = vector3(0.175000, 0.008000, 0.000000),
                Rot = vector3(-14.549987, 0.000000, 6.600003),
            },
            Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'djs_fork',
                BoneID = 57005,
                Offset = vector3(0.11, 0.04, -0.03),
                Rot = vector3(-98.0, -222.0, 22.0),
            }
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@food@plated",
                anim = "djs_food_plate_bite_single",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_cornbfsub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_cornbfsub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_grlchksub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_grlchksub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_hamsub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_hamsub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_italisub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_italisub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_mtballsub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_mtballsub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_pastrsub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_pastrsub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_phillysub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_phillysub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_ribsub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_ribsub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_rstbfsub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_rstbfsub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_smktrksub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_smktrksub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_stinkysub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_stinkysub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },
    
    ["djs_bite_tunasub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_tunasub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_veggiesub"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_veggiesub',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },
    
    ["djs_bite_ccutwrap"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_ccutwrap',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_steakwrap"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_steakwrap',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_stinkywrap"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_stinkywrap',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_turkwrap"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_turkwrap',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_veggiewrap"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_veggiewrap',
                BoneID = 18905,
                Offset = vector3(0.125000, 0.056000, 0.000000),
                Rot = vector3(0.000000, 0.000000, 186.298553),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_chips"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_chips',
                BoneID = 57005,
                Offset = vector3(0.117000, 0.050000, -0.053000),
                Rot = vector3(-12.231997, 2.780000, 174.027939),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@food@chips",
                anim = "djs_food_chips_bite_single",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_cherryicee"] = {-- item name
        Size = 220, -- Item size
        Type = 'DRINK', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_cherryicee',
                BoneID = 57005,
                Offset = vector3(0.129000, 0.083000, 0.000000),
                Rot = vector3(-61.950249, 0.000000, -16.499983),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@drink@soda",
                anim = "djs_drink_soda_sip_long",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_appleicee"] = {-- item name
        Size = 220, -- Item size
        Type = 'DRINK', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_appleicee',
                BoneID = 57005,
                Offset = vector3(0.129000, 0.083000, 0.000000),
                Rot = vector3(-61.950249, 0.000000, -16.499983),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@drink@soda",
                anim = "djs_drink_soda_sip_long",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },

    ["djs_bite_cookie"] = {-- item name
        Size = 220, -- Item size
        Type = 'FOOD', -- Item type 'DRINK' , 'FOOD' , 'GLASS'
        Prop = { -- Prop spawn data for idle & usage.
            Main = {
                Model = 'djs_bite_cookie',
                BoneID = 18905,
                Offset = vector3(0.15, 0.05, 0.02),
                Rot = vector3(-32.0, -39.0, 0.0),
            },
            --[[Second = { --https://forum.cfx.re/t/free-animation-eat-with-fork/5068991
                Model = 'alcaprop_fork',
                BoneID = 57005,
                Offset = vector3(0.14, 0.02, 0.01),
                Rot = vector3(-118.0, 192.0, 24.0),
            }]]
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "mp_player_inteat@burger",
                anim = "mp_player_int_eat_burger",
                params = {nil, nil, 1200, 49}
            }
        },
        Consume = {
            Bite = {min = 15, max = 25}, -- Set how many ml or g are removed from the item after each drink / bite into food
            Status = 50000, -- set how much food or drink you want to add 
            Stress = nil, -- How much stress do you want to remove after using the item if you don't want to use the stress system leave nil
            Alcohol = nil -- Set the amount of alcohol the item should add after each drink.
        },
    },
  • Adjust size, Bites, Status, Stress, and Alcohol as needed.


Step 4: Add Item Image

  • ox_inventory: ox_inventory/web/images/


Step 5: Save the File & Restart Server

  1. Save the items.lua file.

  2. Restart your FiveM server using one of the following methods:

    • Full Server Restart: Stop and start the server manually.


PreviousOx Inventory InstallNextBreakfast

Last updated 4 days ago

🥗
🥂
117KB
beanmachine_photos.zip
archive