Resource:Gang Manager/getGangMoney: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Server function}} Gets amount of the money currently deposited in the gang. ==Syntax== <syntaxhighlight lang="lua"> getGangMoney ( string Gang ) </syntaxhighlight> ===Required Arguments=== *'''Gang...")
 
No edit summary
 
Line 4: Line 4:
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
getGangMoney ( string Gang )
int getGangMoney ( string Gang )
</syntaxhighlight>
</syntaxhighlight>


Line 11: Line 11:


===Returns===
===Returns===
Returns amount of the money currently deposited in the gang or ''false'' otherwise.
*'''Money:''' Amount of money that is currently deposited in the gang

Latest revision as of 23:19, 23 June 2014

Gets amount of the money currently deposited in the gang.

Syntax

int getGangMoney ( string Gang )

Required Arguments

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

Returns

  • Money: Amount of money that is currently deposited in the gang