Resource:Gang Manager/getGangColor

From Multi Theft Auto: Wiki
Revision as of 23:15, 23 June 2014 by ADCX (talk | contribs) (→‎Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets color of the gang.

Syntax

int int int getGangColor ( string Gang )

Required Arguments

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

Returns

  • R: Amount of red from 0 to 255
  • G: Amount of green from 0 to 255
  • B: Amount of blue from 0 to 255