Items
Here are all the items you need to add to your server.
['WEAPON_HACKINGDEVICE'] = {
label = 'Hacking Device',
weight = 1000,
durability = 0.0,
},--- # 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[`WEAPON_HACKINGDEVICE`] = { name = 'weapon_hackingdevice', label = 'Hacking Device', weapontype = 'Miscellaneous', ammotype = nil, damagereason = 'Miscellaneous' },
heistpack_drone = {
name = 'heistpack_drone',
label = 'Heist Drone',
weight = 1000,
type = 'item',
image = 'heistpack_drone.png',
unique = false,
useable = true,
shouldClose = true,
description = 'Remote-controlled drone used in heist scenarios'
},
gasmask = {
name = 'gasmask',
label = 'Gas Mask',
weight = 500,
type = 'item',
image = 'gasmask.png',
unique = false,
useable = true,
shouldClose = false,
description = 'Protects against toxic gas during robberies'
},
heistpack_drill = {
name = 'heistpack_drill',
label = 'Heist Drill',
weight = 2000,
type = 'item',
image = 'heistpack_drill.png',
unique = false,
useable = true,
shouldClose = true,
description = 'High-power drill for vaults and secure doors'
},
lockpick = {
name = 'lockpick',
label = 'Lockpick',
weight = 200,
type = 'item',
image = 'lockpick.png',
unique = false,
useable = true,
shouldClose = false,
description = 'Used to unlock basic doors and vehicles'
},
heavy_rope = {
name = 'heavy_rope',
label = 'Heavy Rope',
weight = 800,
type = 'item',
image = 'heavy_rope.png',
unique = false,
useable = true,
shouldClose = false,
description = 'Strong rope for climbing or securing objects'
},
heistpack_anchor = {
name = 'heistpack_anchor',
label = 'Anchor',
weight = 1500,
type = 'item',
image = 'heistpack_anchor.png',
unique = false,
useable = true,
shouldClose = true,
description = 'Anchor used in cargo ship robbery scenarios'
},Last updated