Ejiy / jl-laptop

Laptop script for fivem, that has boosting, darkweb, and bennys shop apps
https://justlazzy.gitbook.io/home/free-resources/jl-laptop
GNU Lesser General Public License v2.1
107 stars 66 forks source link

can't get it to work #36

Closed jaylac2000 closed 6 months ago

jaylac2000 commented 2 years 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",
    }
}```
ArzieOG commented 1 year ago

This works for me. this

Let me now if this fixes the issue. :)

jaylac2000 commented 1 year ago

got it! thanks. Can I just also suggest make the crate once opened disappear