Vehicle::setCustomPrimaryColour

From RAGE Multiplayer Wiki
Revision as of 23:48, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

p1, p2, p3 are RGB values for color (255,0,0 for Red, ect)

Syntax

vehicle.setCustomPrimaryColour(r, g, b);

Required Arguments

  • r: int
  • g: int
  • b: int

Return value

  • Undefined

Example

// todo

See also