Resource:Gang Manager/getGangLeader: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 11: Line 11:


===Returns===
===Returns===
Returns account name of the current gang leader or ''false'' otherwise.
*'''AccountName:''' Account name of the account that is used by a gang leader
*'''AccountName:''' he account that is used by a gang leader

Latest revision as of 23:20, 23 June 2014

Gets current leader of the gang.

Syntax

string getGangLeader ( string Gang )

Required Arguments

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

Returns

  • AccountName: Account name of the account that is used by a gang leader