SetVehicleXenonLightsCustomColor — FiveM Natives
0x1683E7F0 · CFX · client
Sets custom vehicle xenon lights color, allowing to use RGB palette. The game will ignore lights color set by \_SET_VEHICLE_XENON_LIGHTS_COLOR when custom color is active. This native is not synced between players. Requires xenon lights mod to be set on vehicle.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle handle. |
| red | int | Red color (0-255). |
| green | int | Green color (0-255). |
| blue | int | Blue color (0-255). |
Returns
void