ox_inventory
Step 1.
['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.
Last updated