Resource:Gang Manager/getGangLeader

From Multi Theft Auto: Wiki
Revision as of 22:51, 23 June 2014 by ADCX (talk | contribs) (Created page with "{{Server function}} Gets current leader of the gang. ==Syntax== <syntaxhighlight lang="lua"> getGangLeader ( string Gang ) </syntaxhighlight> ===Required Arguments=== *'''Gang:''' ID of the gang that...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets current leader of the gang.

Syntax

getGangLeader ( string Gang )

Required Arguments

  • Gang: ID of the gang that you want to get leader of

Returns

Returns account name of the current gang leader or false otherwise.