Resource:Gang Manager/setGangColor
Jump to navigation
Jump to search
Sets color of the gang.
Syntax
setGangColor ( string Gang, integer R, integer G, integer B )
Required Arguments
- Gang: ID of the gang you want to change the color of
- R: Amount of red from 0 to 255
- G: Amount of green from 0 to 255
- B: Amount of blue from 0 to 255
Returns
Returns true if gang color was successfully set or false otherwise.