We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alguna solucion ?
The text was updated successfully, but these errors were encountered:
change the 1st line in /server/main.lua
original: local QBCore = exports[Config.corename]:GetCoreObject()
local QBCore = exports[Config.corename]:GetCoreObject()
to this local QBCore = exports['qb-core']:GetCoreObject()
local QBCore = exports['qb-core']:GetCoreObject()
and it should work with qb-core
Sorry, something went wrong.
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
Successfully merging a pull request may close this issue.
alguna solucion ?
The text was updated successfully, but these errors were encountered: