Resource:Gang Manager/setGangName

From Multi Theft Auto: Wiki
Revision as of 23:30, 23 June 2014 by ADCX (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets name of the gang.

Syntax

bool setGangName ( string Gang, string GangName )

Required Arguments

  • Gang: ID of the gang you wish to set name of
  • GangName: New name of the gang that you wish to set

Returns

  • Success: Boolean that is true if gang name was successfully set or false otherwise