Resource:Gang Manager/getGangColor

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

Gets color of the gang.

Syntax

getGangColor ( string Gang )

Required Arguments

  • Gang: ID of the gang that you want to get colors of

Returns

Returns R, G and B integers if gang color was successfully get or false otherwise.