Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it does not work #11

Open
Usechex opened this issue Dec 6, 2023 · 2 comments · May be fixed by #12
Open

it does not work #11

Usechex opened this issue Dec 6, 2023 · 2 comments · May be fixed by #12

Comments

@Usechex
Copy link

Usechex commented Dec 6, 2023

image
alguna solucion ?

@dereinem
Copy link

dereinem commented Dec 9, 2023

change the 1st line in /server/main.lua

original: local QBCore = exports[Config.corename]:GetCoreObject()

to this local QBCore = exports['qb-core']:GetCoreObject()

and it should work with qb-core

@Pyth3rEx
Copy link

change the 1st line in /server/main.lua

original: local QBCore = exports[Config.corename]:GetCoreObject()

to this local QBCore = exports['qb-core']:GetCoreObject()

and it should work with qb-core

Actualy both /server/main.lua and /client/main.lua need this changed

@Pyth3rEx Pyth3rEx linked a pull request Dec 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants