Resource:Gang Manager/setGangTag: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 23:10, 23 June 2014

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.