Resource:Gang Manager/getGangName

From Multi Theft Auto: Wiki
Revision as of 22:54, 23 June 2014 by ADCX (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.