Returns: Returns an int, value between 0-12 or 255 if no color is set.
Returns the headlight color index from the vehicle. Value between 0, 12.
Use _SET_VEHICLE_HEADLIGHTS_COLOUR to set the headlights color for the vehicle.
Must enable xenon headlights before it'll take affect.
List of colors and ids:
enum headlightColors {
Default = -1,
White = 0,
Blue = 1,
Electric_Blue = 2,
Mint_Green = 3,
Lime_Green = 4,
Yellow = 5,
Golden_Shower = 6,
Orange = 7,
Red = 8,
Pony_Pink = 9,
Hot_Pink = 10,
Purple = 11,
Blacklight = 12
}