FOR QBCORE
I just tried , but not quite. seems to work correctly .. for those who have qbcore error I made the following changes
in config.lua
PLT.UseEsxFramework =from true to false
PLT.UseEsxMenu = from true to false
PLT.UseEsxSkin = from true to false
in server.lua
Line 9 change "QBCore = exports['qb-core']:GetSharedObject()" in "QBCore = exports['qb-core']:GetCoreObject()"
in client.lua
Line 62 change "QBCore = exports['qb-core']:GetSharedObject()" in "QBCore = exports['qb-core']:GetCoreObject()"