SetVehicleColourCombination — FiveM Natives
0x33E8CD3322E2FE31 · VEHICLE · all
Sets the selected vehicle's colors to their default value (specific variant specified using the colorCombination parameter). Range of possible values for colorCombination is currently unknown, I couldn't find where these values are stored either (Disquse's guess was vehicles.meta but I haven't seen it in there.)
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to modify. |
| colorCombination | int | One of the default color values of the vehicle. |
Returns
void