Resource:Gang Manager/setGangTag

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

Sets tag of the gang.

Syntax

setGangRules ( string Gang, string Rules )

Required Arguments

  • Gang: ID of the gang you wish to set tag of
  • Tag: New tag of the gang that you wish to set

Returns

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