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

Vehicle::numberPlateType

Материал из RAGE MP Wiki Archive
Версия от 20:56, 13 февраля 2020; imported>JerryChen
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This function sets the number plate type. Default number plate type is 0.

Syntax

<source lang="javascript"> vehicle.numberPlateType = Platetype; </source>

Required Arguments:

  • Platetype: Int

Plates types:

  • Blue/White: 0

  • Yellow/black: 1

  • Yellow/Blue: 2

  • Blue/White2: 3

  • Blue/White3: 4

  • Yankton: 5

Example

<source lang="javascript"> vehicle.numberPlateType = 1; </source>