SetVehicleTyreSmokeColor — FiveM Natives
0xB5BA80F839791C0F · VEHICLE · all
`` Sets the tire smoke's color of this vehicle. vehicle: The vehicle that is the target of this method. r: The red level in the RGB color code. g: The green level in the RGB color code. b: The blue level in the RGB color code. Note: setting r,g,b to 0 will give the car independance day tyre smoke ``
Parameters
| Name | Type |
|---|---|
| vehicle | Vehicle |
| r | int |
| g | int |
| b | int |
Returns
void