Resource:Gang Manager/setGangMoney

From Multi Theft Auto: Wiki
Revision as of 23:06, 23 June 2014 by ADCX (talk | contribs) (Created page with "{{Server function}} Sets money of the gang. ==Syntax== <syntaxhighlight lang="lua"> setGangMoney ( string Gang, integer Money ) </syntaxhighlight> ===Required Arguments=== *'''Gang:''' ID of the gang...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets money of the gang.

Syntax

setGangMoney ( string Gang, integer Money )

Required Arguments

  • Gang: ID of the gang you wish to set money of
  • Money: Amount of money that you wish to change the gang money to

Returns

Returns true if gang money was successfully set or false otherwise.