itzsurajig / ef-phone

[FREE] EF-Phone For QBCore FrameWork
https://ef-development.tebex.io/
71 stars 19 forks source link

it does not work #11

Open Usechex opened 9 months ago

Usechex commented 9 months ago

image alguna solucion ?

dereinem commented 9 months ago

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 commented 8 months ago

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