Closed jaylac2000 closed 6 months ago
the moment i add more items, it stops working
Config.DarkWeb.Items = { ["laptop"] = { name = "laptop", price = 100, stock = 100, category = "hacking", }, ["weapon_assaultrifle"] = { name = "AK-47", price = 8500, stock = 50, category = "guns", }, ["armor"] = { name = "Body Armor", price = "1500", stock = 50, category = "drugs", } }```
This works for me.
Let me now if this fixes the issue. :)
got it! thanks. Can I just also suggest make the crate once opened disappear
the moment i add more items, it stops working