GetVehicleXenonLightsColor — FiveM Natives
0x3DFF319A831E0CDB · VEHICLE · all
Use \_SET_VEHICLE_HEADLIGHTS_COLOUR to set the headlights color for the vehicle. You must enable xenon headlights for this native to work properly. ``cpp 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 } ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to get the headlight color from. |
Returns
int