ox_inventory

Step 1.

  1. ox_inventory/shared/items.lua - (End of Script)

["gg_boosting_tablet"] = {
    label = "Boosting Tablet",
    weight = 1000,
    stack = false,
    close = true,
    description = "Boosting What In the Heck is That!!",
},

["gg_tracker_scrambler"] = {
    label = "Tracker Scrambler",
    weight = 1000,
    stack = false,
    close = true,
    description = "Tracker scrambler",
},

["gg_rattle_can"] = {
    label = "Rattle Can",
    weight = 100,
    stack = true,
    close = true,
    description = "Quickly give your boost a new coat.",
},

["gg_signal_jammer"] = {
    label = "Signal Jammer",
    weight = 1000,
    stack = false,
    close = true,
    description = "Block tower signals by using this item near a tower.",
},

["gg_wire_cutters"] = {
    label = "Wire Cutters",
    weight = 1000,
    stack = false,
    close = true,
    description = "Cut the wires within the vehicle to stop alarms.",
},

["gg_boost_plate"] = {
    label = "Stolen Plate",
    weight = 1000,
    stack = false,
    close = true,
    description = "Plate from locals vehicle.",
},

Step 2.

  1. ox_inventory/shared/weapons.lua- (End of Script)

-- Only Add this if you do not already have a weapon_digiscanner in this file
['WEAPON_DIGISCANNER'] = {
    label = 'Digi Scanner',
    weight = 1000,
    durability = 1.0,
},

Step 3.

  1. Add Images from gg_boosting/!SETUP/IMAGES into ox_inventory/web/images

Last updated