jl-laptop icon indicating copy to clipboard operation
jl-laptop copied to clipboard

[bug] No contract after join queue

Open Branqueador opened this issue 2 years ago • 1 comments

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

Branqueador avatar Feb 27 '23 16:02 Branqueador

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+"] = {},
}

Ghostttie avatar Oct 04 '23 23:10 Ghostttie