Resource:Gang Manager/getGangLeader: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 22:51, 23 June 2014

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.