Resource:Gang Manager/getGangMoney

From Multi Theft Auto: Wiki
Revision as of 22:52, 23 June 2014 by ADCX (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets amount of the money currently deposited in the gang.

Syntax

getGangMoney ( string Gang )

Required Arguments

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

Returns

Returns amount of the money currently deposited in the gang or false otherwise.