Returns the gang grade object.
Parameters:
source (number): Player server ID
source
Returns:
table: Gang grade object
table
Example Use Case
local grade = ps.getGangGrade(source) if grade then print("Gang Grade Name: " .. grade.name) end
Last updated 5 months ago