Fivem
Exports
Client

getJobs

A way to get the list of jobs a player has

exporst["br_multiJobs"]:getJobs()

It will return an array in this form

{ [1] = "job1", [2] = "job2", [3] = "job3" }