Resource:Gang Manager/getGangTag: Difference between revisions

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


Line 11: Line 11:


===Returns===
===Returns===
Returns current tag of the gang or ''false'' otherwise.
*'''Tag:''' Tag of the gang

Latest revision as of 23:23, 23 June 2014

Gets current tag of the gang.

Syntax

string getGangTag ( string Gang )

Required Arguments

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

Returns

  • Tag: Tag of the gang