You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
Before you describe your issue.
Are you using the latest QB-Core
[Yes]
Did you follow all steps in the readme
[Yes]
Have you got all dependencies installed
[Yes]
Have you renamed any of the files/folders
[Yes]
What version of jl-carboost are you running?
[Latest]
ISSUE *
In config.lua there is a bug within the A+ spawning.
It looks like this:
['A+'] = { location = { vector4(215.76, 758.29, 204.66, 42.63) }, car = { 'jester2', }, priceminimum = 30, pricemaximum = 41, spawnnpc = true, attempt = 2, vinprice = 32 },
but it should look like this:
['A+'] = { location = { [1] = { car = vector4(215.31, 758.66, 204.65, 38.15), npc = { vector3(228.68, 765.78, 204.98), vector3(199.77, 776.69, 205.97), vector3(214.39, 784.04, 204.34) }, } }, car = { 'jester2', }, priceminimum = 30, pricemaximum = 41, spawnnpc = true, attempt = 2, vinprice = 32 },
The text was updated successfully, but these errors were encountered: