[QB/ESX] [FREE] Make Unlimited Custom Food Items with Props

You made it work, how? in my inventory it doesn’t let me consume. i use ox inventory

['marshyteacake'] = { -- item name
    add = 25, -- amount of food to give player
    dur = 6000, -- the time it takes to eat the food  (in milliseconds)
    prop = { -- prop settings
        enable = true, -- enable or disable food prop
        model = 'pata_christmasfood8', -- prop model name
        pos = vec3(0.0, 0.0, -0.02), -- the props position relative to the players hand
        rot = vec3(30, 0.0, 0.0) -- the props rotation
    }
},

this is for some cake the item need to actually be in your items list but its time consuming but worth it af :smiley: are you on esx or Qb?

['coffee'] = { -- item name
    add = 30, -- amount of drink to give player
    dur = 3000, -- the time it takes to drink the drink (in milliseconds)
    prop = { -- prop settings
        enable = true, -- enable or disable food prop
        model = 'prop_fib_coffee', -- prop model name
        pos = vec3(0.03, 0.03, 0.02), -- the props position relative to the players hand
        rot = vec3(0.0, 0.0, -1.5) -- the props rotation
    }
},

Just standard coffe Under (Drinks Tab)