Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- Halloween
['chocolatemice'] = { label = 'Chocolate Mice', weight = 200, stack = false, close = true, client = { image = 'chocolatemice.png' }, description = 'Trick or Treating Chocolate Mice' },
['gummybrains'] = { label = 'Gummy Brains', weight = 200, stack = false, close = true, client = { image = 'gummybrains.png' }, description = 'Trick or Treating Gummy Brains' },
['gummyfangs'] = { label = 'Gummy Fangs', weight = 200, stack = false, close = true, client = { image = 'gummyfangs.png' }, description = 'Trick or Treating Gummy Fangs' },
['gummypumpkins'] = { label = 'Gummy Pumpkins', weight = 200, stack = false, close = true, client = { image = 'gummypumpkins.png' }, description = 'Trick or Treating Gummy Pumpkins' },
['gummyskulls'] = { label = 'Gummy Skulls', weight = 200, stack = false, close = true, client = { image = 'gummyskulls.png' }, description = 'Trick or Treating Gummy Skulls' },
Last updated