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