Vehicle::setNumberPlateTexture

From RAGE Multiplayer Wiki
Revision as of 14:24, 8 May 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Set a custom vehicle number plate texture === Required Params === *'''texDict:''' {{RageType|string}} *'''texName:''' {{RageType|string}} *'''texDictNormal:''' {{RageType|string}} *'''texNameNormal:''' {{RageType|string}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> vehicle.setNumberPlateTexture(texDict, texName, texDictNormal, texNameNormal); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="jav...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Set a custom vehicle number plate texture

Required Params

  • texDict: string
  • texName: string
  • texDictNormal: string
  • texNameNormal: string

Return Value

  • void void

Syntax

vehicle.setNumberPlateTexture(texDict, texName, texDictNormal, texNameNormal);

Example

Client-Side
//todo


See also