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