QBCore Jobs Injection
Do I have to manually add code?
How can I fix this?
-- jaksam's Jobs Creator integration
AddEventHandler('jobs_creator:injectJobs', function(jobs)
-- Assign the new jobs to the QBCore object, the following line depends on how your script is structured
QBCore.Shared.Jobs = jobs
end)Last updated