GG Studio Logo

Login With FiveM

Login

qs-inventory

Step 1.

Note

  1. qs-inventory/shared/items.lua - (Inside ItemList Table)
lua
['gg_boosting_tablet'] = {
    ['name'] = 'gg_boosting_tablet',
    ['label'] = 'Boosting Tablet',
    ['weight'] = 1000,
    ['type'] = 'item',
    ['image'] = 'gg_boosting_tablet.png',
    ['unique'] = true,
    ['useable'] = true,
    ['rare'] = 'common',
    ['description'] = 'Boosting What In the Heck is That!!',
},

['gg_tracker_scrambler'] = {
    ['name'] = 'gg_tracker_scrambler',
    ['label'] = 'Tracker Scrambler',
    ['weight'] = 1000,
    ['type'] = 'item',
    ['image'] = 'gg_tracker_scrambler.png',
    ['unique'] = true,
    ['useable'] = true,
    ['rare'] = 'common',
    ['description'] = 'Tracker scrambler',
},

['gg_rattle_can'] = {
    ['name'] = 'gg_rattle_can',
    ['label'] = 'Rattle Can',
    ['weight'] = 100,
    ['type'] = 'item',
    ['image'] = 'gg_rattle_can.png',
    ['unique'] = false,
    ['useable'] = true,
    ['rare'] = 'common',
    ['description'] = 'Quickly give your boost a new coat.',
},

['gg_signal_jammer'] = {
    ['name'] = 'gg_signal_jammer',
    ['label'] = 'Signal Jammer',
    ['weight'] = 1000,
    ['type'] = 'item',
    ['image'] = 'gg_signal_jammer.png',
    ['unique'] = true,
    ['useable'] = true,
    ['rare'] = 'common',
    ['description'] = 'Block tower signals by using this item near a tower.',
},

['gg_wire_cutters'] = {
    ['name'] = 'gg_wire_cutters',
    ['label'] = 'Wire Cutters',
    ['weight'] = 1000,
    ['type'] = 'item',
    ['image'] = 'gg_wire_cutters.png',
    ['unique'] = true,
    ['useable'] = true,
    ['rare'] = 'common',
    ['description'] = 'Cut the wires within the vehicle to stop alarms.',
},

['gg_boost_plate'] = {
    ['name'] = 'gg_boost_plate',
    ['label'] = 'Stolen Plate',
    ['weight'] = 1000,
    ['type'] = 'item',
    ['image'] = 'gg_boost_plate.png',
    ['unique'] = true,
    ['useable'] = true,
    ['rare'] = 'common',
    ['description'] = 'Plate from locals vehicle.',
},

-- ONLY ADD THIS IF YOU DO NOT ALREADY HAVE THE weapon_digiscanner
['weapon_digiscanner'] = {
    ['name'] = 'weapon_digiscanner',
    ['label'] = 'Digi Scanner',
    ['weight'] = 1000,
    ['type'] = 'weapon',
    ['ammotype'] = nil,
    ['image'] = 'weapon_digiscanner.png',
    ['unique'] = true,
    ['useable'] = true,
    ['rare'] = 'common',
    ['description'] = 'Digi Scanner',
},

Step 2.

Note

2. qs-inventory/shared/weapons.lua - (Anywhere Inside WeaponList Table)

lua
-- Only add this if you do not already have item weapon_digiscanner
[`weapon_digiscanner`] = {
    name = 'weapon_digiscanner',
    label = 'Digi Scanner',
    weapontype = 'Melee',
    ammotype = nil,
    damagereason = 'Whacked'
},

Step 3.

Note

3. Add Images from gg_boosting/!SETUP/IMAGES into qs-inventory/html/images

Stuck on this step?

Ask in the Discord with your script name, framework, and the exact error.

Join the Discord

Copyright © 2026 GG Studio.

Not affiliated with or endorsed by Rockstar North, Take-Two Interactive, or any other rights holders. FiveM is a copyright and registered trademark of Take-Two Interactive Software, Inc.
Our checkout system is provided by Tebex Limited, who manage payment processing, product delivery, and billing support. Prices shown in currencies other than USD are approximate conversions updated daily. All purchases are processed in USD, so the final amount charged may vary depending on your bank or payment provider’s exchange rate.