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

SetVehicleNumberPlateStyle

Материал из RAGE MP Wiki Archive

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>