Job Center Mobile Application

Hi

I want to know is there an addon to the esx framework that allows the ability to not have the job center
so I would like a resource that allows me to go on my phone(gcphone for example) and apply for a non-whitelisted job like a fisherman

Thanks in advance

I do not think there is an addon for this. However, you can implement your own app for the mobile, and have it trigger an event inside of Esx_joblisting.

esx_joblisting :
RegisterNetEvent(“esx_joblisting:MobileJob”)
AddEventHandler(“esx_joblisting:MobileJob”, function()
ShowJobListingMenu()
end)

Then you would want to make an app with the phone you have, and do this line when the app is ran
TriggerEvent(“esx_joblisting:MobileJob”)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.