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 difference)

Revision as of 22:52, 23 June 2014

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.