Vehicle::numberPlateType: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This function sets the number plate type.  
__TOC__
 
This function sets the number plate type. Default number plate type is 0.


= Syntax =
= Syntax =
Line 11: Line 13:


=== '''Plates types:''' ===
=== '''Plates types:''' ===
[[File:plate0.png]]
*Blue/White: 0
*Blue/White: 0
[[File:plate1.png]]
*Yellow/black: 1
*Yellow/black: 1
[[File:plate2.png]]
*Yellow/Blue:  2
*Yellow/Blue:  2
[[File:plate3.png]]
*Blue/White2:  3
*Blue/White2:  3
[[File:plate4.png]]
*Blue/White3:  4
*Blue/White3:  4
[[File:plate5.png]]
*Yankton: 5
*Yankton: 5



Latest revision as of 20:56, 13 February 2020

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

Syntax

vehicle.numberPlateType = Platetype;

Required Arguments:

  • Platetype: Int

Plates types:

  • Blue/White: 0

  • Yellow/black: 1

  • Yellow/Blue: 2

  • Blue/White2: 3

  • Blue/White3: 4

  • Yankton: 5

Example

vehicle.numberPlateType = 1;