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
106 stars 65 forks source link

[bug] No contract after join queue #43

Open Branqueador opened 1 year ago

Branqueador commented 1 year ago

After joined queue not even 1 contract shows up If i have debug on it works otherwise it does not

Ghostttie commented 1 year ago

After joined queue not even 1 contract shows up If i have debug on it works otherwise it does not

Just curious but have you added the vehicles to this table? (server/boosting.lua)

local cars = {
    ["D"] = {},
    ["C"] = {},
    ["B"] = {},
    ["A"] = {},
    ["A+"] = {},
    ["S"] = {},
    ["S+"] = {},
}