Resource:Gang Manager/getGangName: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Server function}} Gets current name of the gang. ==Syntax== <syntaxhighlight lang="lua"> getGangName ( string Gang ) </syntaxhighlight> ===Required Arguments=== *'''Gang:''' ID of the gang you wish...")
(No difference)

Revision as of 22:54, 23 June 2014

Gets current name of the gang.

Syntax

getGangName ( string Gang )

Required Arguments

  • Gang: ID of the gang you wish to get name of

Returns

Returns current gang name or false otherwise.