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

SetVehicleSecondaryColor

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

This function sets the vehicle's secondary color.


void NAPI.Vehicle.SetVehicleSecondaryColor(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.SetVehicleSecondaryColor(vehicle, 45); </syntaxhighlight>