ox_inventory
Step 1.
Note
- 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.
Note
2. Add Images from gg_gruppejob/!SETUP/IMAGES into ox_inventory/web/images
Ask in the Discord with your script name, framework, and the exact error.

