Framework Compatibility
hsJobQuest is designed to work seamlessly with both QBCore and ESX frameworks. Simply set the Config.Framework
option in config.lua
to switch between them.
Switching Frameworks
To switch frameworks:
Open
config.lua
.Set
Config.Framework
to either'qbcore'
or'esx'
.Restart your server to apply the changes.
The script will automatically adapt to the selected framework.
Last updated