Перейти к содержанию

SetVehicleWheelColor

Материал из RAGE MP Wiki Archive
Версия от 21:02, 27 ноября 2019; imported>Avoid
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This sets the color of a vehicle wheels. This uses the normal vehicle colors.


void NAPI.Vehicle.SetVehicleWheelColor(Vehicle vehicle, int color);

Parameters

  • vehicle: parameter input should be in Vehicle type
  • color: parameter input should be in int type

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.SetVehicleWheelColor(vehicle, 45) </syntaxhighlight>