SetVehicleCustomSecondaryColour — FiveM Natives
0x9D77259E · CFX · server
`` p1, p2, p3 are RGB values for color (255,0,0 for Red, ect) `` This is the server-side RPC native equivalent of the client native SET_VEHICLE_CUSTOM_SECONDARY_COLOUR.
Parameters
| Name | Type |
|---|---|
| vehicle | Vehicle |
| r | int |
| g | int |
| b | int |
Returns
void