Returns the complete job object for the given source.
Parameters:
source (number): Player server ID
source
Returns:
table: Job object with name, grade, payment, etc.
table
Example:
local job = ps.getJob(source) print("Job:", job.name, "Grade:", job.grade.name)
Last updated 5 months ago