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

SetVehicleNumberPlateStyle

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

This function sets the style of a vehicle number plate.


void NAPI.Vehicle.SetVehicleNumberPlateStyle(Vehicle vehicle, int style);

Parameters

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

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.SetVehicleNumberPlateStyle(vehicle, 0); </syntaxhighlight>