codem-inventory
Step 1.
gg_atmbag = { name = 'gg_atmbag', label = 'Small Money Bag', weight = 1000, type = 'item', image = 'gg_atmbag.png', unique = true, useable = true, shouldClose = true, description = 'A compact bag used to store small amounts of cash.' },
gg_bankbag = { name = 'gg_bankbag', label = 'Large Money Bag', weight = 3000, type = 'item', image = 'gg_bankbag.png', unique = true, useable = true, shouldClose = true, description = 'A heavy-duty bag designed to carry large sums of money.' },
gg_privatecrate = { name = 'gg_privatecrate', label = 'Large Locked Crate', weight = 5000, type = 'item', image = 'gg_privatecrate.png', unique = true, useable = true, shouldClose = true, description = 'A secured crate used for transporting valuable goods.' },
gg_thermite = { name = 'gg_thermite', label = 'Thermite Charge', weight = 5000, type = 'item', image = 'gg_thermite.png', unique = true, useable = true, shouldClose = true, description = 'An industrial-grade charge used to breach reinforced locks.' },Step 2.
Last updated