ox_inventory

Step 1.

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

['gg_atmbag'] = {
    label = 'Small Money Bag',
    weight = 1000,
    stack = false,
    close = true,
    description = "A compact bag used to store small amounts of cash.",
},
['gg_bankbag'] = {
    label = 'Large Money Bag',
    weight = 3000,
    stack = false,
    close = true,
    description = "A heavy-duty bag designed to carry large sums of money.",
},
['gg_privatecrate'] = {
    label = 'Large Locked Crate',
    weight = 5000,
    stack = false,
    close = true,
    description = "A secured crate used for transporting valuable goods.",
},
['gg_thermite'] = {
    label = 'Thermite Charge',
    weight = 5000,
    stack = false,
    close = true,
    description = "An industrial-grade charge used to breach reinforced locks.",
},

Step 2.

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

Last updated