Resource:Gang Manager/setGangRules

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

Sets rules of the gang.

Syntax

setGangRules ( string Gang, string Rules )

Required Arguments

  • Gang: ID of the gang you wish to set rules of
  • Rules: Rules of the gang

Returns

Returns true if gang rules were successfully set or false otherwise.