OX Inventory

Install

  • Open ox_inventory/data/items.lua file and configure it according to your preferences.

--WATER FLASKS
['16ozbabyblue'] = { -- Carbonized syrup is good for the soul
        label = '16oz Baby Blue Flask',
        weight = 350,
        stack = true,
        close = true,
        client = {
            status = { thirst = 160000 },
            anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
            prop = { model = '16oz_babyblue', 
            pos = vec3(0.08, -0.1, -0.1), rot = vec3(-90.0, -36.0, -32.0) },
            usetime = 5000,
        },
    },
['16ozblack'] = { -- Carbonized syrup is good for the soul
    label = '16oz Black',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '16oz_black', 
        pos = vec3(0.08, -0.1, -0.1), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['16ozdarkblue'] = { -- Carbonized syrup is good for the soul
    label = '16oz Dark Blue',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '16oz_darkblue', 
        pos = vec3(0.08, -0.1, -0.1), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['16ozdarkpink'] = { -- Carbonized syrup is good for the soul
    label = '16oz Dark Pink',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '16oz_darkpink', 
        pos = vec3(0.08, -0.1, -0.1), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['16oznavygreen'] = { -- Carbonized syrup is good for the soul
    label = '16oz Navy Green',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '16oz_navygreen', 
        pos = vec3(0.08, -0.1, -0.1), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['16ozpink'] = { -- Carbonized syrup is good for the soul
    label = '16oz Pink',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '16oz_pink', 
        pos = vec3(0.08, -0.1, -0.1), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['16ozyellow'] = { -- Carbonized syrup is good for the soul
    label = '16oz Yellow',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '16oz_yellow', 
        pos = vec3(0.08, -0.1, -0.1), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozblack'] = { -- Carbonized syrup is good for the soul
    label = '32oz Black',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_black', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozblacksticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Black w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_blacksticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozblue'] = { -- Carbonized syrup is good for the soul
    label = '32oz Blue',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_blue', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozbluewhitered'] = { -- Carbonized syrup is good for the soul
    label = '32oz Blue White Red',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_bluewhitered', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozbluewhiteredsticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Blue White Red w stickers',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_bluewhiteredsticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozdarkblue'] = { -- Carbonized syrup is good for the soul
    label = '32oz Dark Blue',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_darkblue', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozdarkbluesticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Dark Blue w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_darkbluesticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozdarkpink'] = { -- Carbonized syrup is good for the soul
    label = '32oz Dark Pink',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_darkpink', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozdarkpinksticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Dark Pink w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_darkpinksticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozgray'] = { -- Carbonized syrup is good for the soul
    label = '32oz Gray',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_gray', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozgraysticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Gray w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_graysticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozlightblue'] = { -- Carbonized syrup is good for the soul
    label = '32oz Light Blue',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_lightblue', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozlightbluesticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz light blue w sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_lightbluesticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32oznavyblue'] = { -- Carbonized syrup is good for the soul
    label = '32oz Navy Blue',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_navyblue', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32oznavybluesticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Navy Blue w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_navybluesticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32oznavygreen'] = { -- Carbonized syrup is good for the soul
    label = '32oz Nevy Green',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_navygreen', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32oznavygreensticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Navy Green w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_navygreensticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozpink'] = { -- Carbonized syrup is good for the soul
    label = '32oz Pink',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_pink', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozpinksticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Pink w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_pinksticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozpinkyellowaqua'] = { -- Carbonized syrup is good for the soul
    label = '32oz Pink Yellow Aqua',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_pinkyellowaqua', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozpinkyellowaquasticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Pink Yellow Aqua w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_pinkyellowaquasticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozredyellowblue'] = { -- Carbonized syrup is good for the soul
    label = '32oz red yellow blue',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_redyellowblue', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozredyellowbluesticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Red Yellow Blue w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_redyellowbluesticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozwhite'] = { -- Carbonized syrup is good for the soul
    label = '32oz White',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_white', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozwhitesticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz White w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_whitesticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozyellow'] = { -- Carbonized syrup is good for the soul
    label = '32oz Yellow',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_yellow', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},
['32ozyellowsticker'] = { -- Carbonized syrup is good for the soul
    label = '32oz Yellow w Sticker',
    weight = 350,
    stack = true,
    close = true,
    client = {
        status = { thirst = 160000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = '32oz_yellowsticker', 
        pos = vec3(0.08, -0.1, -0.08), rot = vec3(-90.0, -36.0, -32.0) },
        usetime = 5000,
    },
},

Last updated