Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

[BUG] Config on A+ is bugged #26

Closed
Flobbah opened this issue Mar 27, 2022 · 3 comments
Closed

[BUG] Config on A+ is bugged #26

Flobbah opened this issue Mar 27, 2022 · 3 comments

Comments

@Flobbah
Copy link

Flobbah commented Mar 27, 2022

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 },

@Flobbah
Copy link
Author

Flobbah commented Mar 27, 2022

Sorry, don't know how to pr :(

Flobbah@8e06262

@Kentainfr
Copy link
Collaborator

Hi, thank you for your bug report. JustLazzy will take care of this issue when he is available.

@JustLazzy
Copy link
Owner

Thank you for your bug report, I already made a change to it, 👋🏻

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants