OX Inventory

Install

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

['bowl_buffalochicken'] = {
		label = 'bowl buffalo chicken',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_chickenbaconranch'] = {
		label = 'bowl chicken  bacon ranch',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_coldcut'] = {
		label = 'bowl coldcut',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_ovenroastedturkey'] = {
		label = 'bowl oven roasted turkey',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_rotisseriechicken'] = {
		label = 'bowl rotisserie chicken',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_steakcheese'] = {
		label = 'bowl steak cheese',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_blackforestham'] = {
		label = 'sandwich black forest ham',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_buffalochicken'] = {
		label = 'sandwich buffalo chicken',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_chickenbaconranch'] = {
		label = 'sandwich chicken bacon ranch',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_italian'] = {
		label = 'sandwich italian',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_meatballmarinara'] = {
		label = 'sandwich meatball marinara',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_ovenroastedturkey'] = {
		label = 'sandwich oven roasted turkey',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_pizza'] = {
		label = 'sandwich pizza',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_roastbeef'] = {
		label = 'sandwich roastbeef',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_rotiseriechicken'] = {
		label = 'sandwich rotiserie chicken',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_spicyitalian'] = {
		label = 'sandwich spicy italian',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_steakandcheese'] = {
		label = 'sandwich steak and cheese',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_sweetonionchickenteriyaki'] = {
		label = 'sandwich sweet onion chicken teriyaki',
		stack = true,
		close = false,
		weight = 10,
	},
	['sandwich_tuna'] = {
		label = 'sandwich tuna',
		stack = true,
		close = false,
		weight = 10,
	},
	['wrap_blt'] = {
		label = 'wrap blt',
		stack = true,
		close = false,
		weight = 10,
	},
	['wrap_ovenroastedturkey'] = {
		label = 'wrap oven roasted turkey',
		stack = true,
		close = false,
		weight = 10,
	},
	['wrap_roastbeef'] = {
		label = 'wrap roast beef',
		stack = true,
		close = false,
		weight = 10,
	},
	['wrap_spicyitalian'] = {
		label = 'wrap spicy italian',
		stack = true,
		close = false,
		weight = 10,
	},
	['wrap_sweetonionchickenteriyaki'] = {
		label = 'wrap_sweet onion chicken teriyaki',
		stack = true,
		close = false,
		weight = 10,
	},
	['wrap_tuna'] = {
		label = 'wrap tuna',
		stack = true,
		close = false,
		weight = 10,
	},
	['wrap_veggiedelite'] = {
		label = 'wrap veggied elite',
		stack = true,
		close = false,
		weight = 10,
	},
['sandwich_blackforestham'] = {
    label = 'sandwich black forest ham',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_blackforestham`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_buffalochicken'] = {
    label = 'sandwich buffalo chicken',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_buffalochicken`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_chickenbaconranch'] = {
    label = 'sandwich chicken bacon ranch',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_chickenbaconranch`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_italian'] = {
    label = 'sandwich italian',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_italian`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_meatballmarinara'] = {
    label = 'sandwich meatball marinara',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_meatballmarinara`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_ovenroastedturkey'] = {
    label = 'sandwich oven roasted turkey',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_ovenroastedturkey`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_pizza'] = {
    label = 'sandwich pizza',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_pizza`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_roastbeef'] = {
    label = 'sandwich roastbeef',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_roastbeef`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_rotiseriechicken'] = {
    label = 'sandwich rotiserie chicken',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_rotiseriechicken`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_spicyitalian'] = {
    label = 'sandwich spicy italian',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_spicyitalian`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_steakandcheese'] = {
    label = 'sandwich steak and cheese',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_steakandcheese`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_sweetonionchickenteriyaki'] = {
    label = 'sandwich sweet onion chicken teriyaki',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_sweetonionchickenteriyaki`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['sandwich_tuna'] = {
    label = 'sandwich tuna',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `sandwich_tuna`, pos = vec3(0.10690699406859, 0.0042636967985182, 0.050998008395233), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['wrap_blt'] = {
    label = 'wrap blt',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `wrap_blt`, pos = vec3(0.10779203431161, 0, 0.033857477101073), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['wrap_ovenroastedturkey'] = {
    label = 'wrap oven roasted turkey',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `wrap_ovenroastedturkey`, pos = vec3(0.10779203431161, 0, 0.033857477101073), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['wrap_roastbeef'] = {
    label = 'wrap roast beef',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `wrap_roastbeef`, pos = vec3(0.10779203431161, 0, 0.033857477101073), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['wrap_spicyitalian'] = {
    label = 'wrap spicy italian',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `wrap_spicyitalian`, pos = vec3(0.10779203431161, 0, 0.033857477101073), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['wrap_sweetonionchickenteriyaki'] = {
    label = 'wrap_sweet onion chicken teriyaki',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `wrap_sweetonionchickenteriyaki`, pos = vec3(0.10779203431161, 0, 0.033857477101073), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['wrap_tuna'] = {
    label = 'wrap tuna',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `wrap_tuna`, pos = vec3(0.10779203431161, 0, 0.033857477101073), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

['wrap_veggiedelite'] = {
    label = 'wrap veggied elite',
    weight = 10,
    client = {
        status = { hunger = 400000 },
        anim = 'eating',
        prop = { model = `wrap_veggiedelite`, pos = vec3(0.10779203431161, 0, 0.033857477101073), rot = vec3(0, 0, 0) },
        usetime = 2500,
    },
},

Last updated