Returns the job type for the given source.
Parameters:
source (number): Player server ID
source
Returns:
string: Job type (e.g., "leo", "ems", "mechanic")
string
local jobType = ps.getJobType(source) print("Job Type: " .. jobType)
Last updated 6 months ago