Description
Returns the player's full gang information.
Parameters
None
Return Value
Returns a table containing gang info (name, grade, isboss, etc.)
name
grade
isboss
Example Use Case
local gang = ps.getGang() print("Gang Name: " .. gang.name)
Last updated 5 months ago