getGangName

Returns the name of the player's current gang.

Description

Returns the name of the player’s gang.

Parameters

  • None

Return Value

  • Returns the gang name as a string.

Example Use Case

print("Current Gang: " .. ps.getGangName())

Last updated