Items

Here are all the items you need to add to your server.

Item images are located in the ui/build/items folder.

ox_inventory/data/weapons.lua
['WEAPON_HACKINGDEVICE'] = {
	label = 'Hacking Device',
	weight = 1000,
	durability = 0.0,
},
ox_inventory/data/items.lua
--- # start 0r-heistpack
-- # Market Items
['heistpack_drone'] = { label = 'Heist Drone', weight = 0.0, stack = true },
['gasmask']         = { label = 'Gas Mask',    weight = 0.0, stack = true },
['heistpack_drill'] = { label = 'Heist Drill',  weight = 0.0, stack = true },
['lockpick']        = { label = 'Lockpick',     weight = 0.0, stack = true },
['heavy_rope']      = { label = 'Heavy Rope',   weight = 0.0, stack = true },
['heistpack_anchor']= { label = 'Anchor',       weight = 0.0, stack = true },
--- # end 0r-heistpack

Last updated