Resource:Gang Manager/setGangName

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

Sets name of the gang.

Syntax

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

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