Returns: Returns the xenons light color, refer to eHeadlightColors
Use _SET_VEHICLE_HEADLIGHTS_COLOUR to set the headlights color for the vehicle.
You must enable xenon headlights for this native to work properly.
enum eHeadlightColors {
Default = 255,
White = 0,
Blue = 1,
ElectricBlue = 2,
MintGreen = 3,
LimeGreen = 4,
Yellow = 5,
GoldenShower = 6,
Orange = 7,
Red = 8,
PonyPink = 9,
HotPink = 10,
Purple = 11,
Blacklight = 12
}