Resource:Gang Manager/getGangRules: Difference between revisions

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


Line 11: Line 11:


===Returns===
===Returns===
Returns current rules of the gang or ''false'' otherwise.
*'''Rules:''' Rules of the gang

Latest revision as of 23:22, 23 June 2014

Gets current rules of the gang.

Syntax

string getGangRules ( string Gang )

Required Arguments

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

Returns

  • Rules: Rules of the gang