🛠ī¸Installation

ox_inventory/data/items.lua

["card_level1"] = { label = "Card Level1", weight = 0, stack = false, close = false, description = "", client = { image = "card_level1.png", }, },
["hacking_laptop"] = { label = "Hacking Laptop", weight = 0, stack = false, close = false, description = "", client = { image = "hacking_laptop.png", }, },
["gold-ingot"] = { label = "Gold Ingot", weight = 0, stack = false, close = false, description = "", client = { image = "gold-ingot.png", }, },
["iron-ingot"] = { label = "Iron Ingot", weight = 0, stack = false, close = false, description = "", client = { image = "iron-ingot.png", }, },

Last updated