Add Item

unique key

Stackable

Close on use

Item List (4)

Burger 'burger'

food • 220g

Water Bottle 'water'

drink • 500g

Lockpick 'lockpick'

item • 100g

Phone 'phone'

item • 190g

Generated items.lua

ox_inventory data/items.lua

items.lua
4 items
-- 
-- Vangtech NZ — ox_inventory items.lua
-- Generated: Wed, 09 Sep 2026 06:04:41 GMT
-- https://vangtech.nz

return {
    ['burger'] = {
        label = 'Burger',
        weight = 220,
        stack = true,
        close = true,
        description = 'A juicy classic burger.',
        client = {
            status = { hunger = 200000 }, anim = 'eating', prop = 'burger', usetime = 2500,
            
        }
    },
    ['water'] = {
        label = 'Water Bottle',
        weight = 500,
        stack = true,
        close = true,
        description = 'Refreshing cold water.',
        client = {
            
            status = { thirst = 200000 }, anim = 'drinking', usetime = 2500,
        }
    },
    ['lockpick'] = {
        label = 'Lockpick',
        weight = 100,
        stack = true,
        close = true,
        description = 'Used to break into locks.',
        client = {
            
            
        }
    },
    ['phone'] = {
        label = 'Phone',
        weight = 190,
        stack = false,
        close = true,
        description = 'A modern smartphone.',
        client = {
            
            
        }
    }
}

Vangtech NZ — Ultimate FiveM development studio. Generated assets are production-ready.

Not affiliated with Cfx.re / Rockstar Games