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

Vehicle::setNumberPlateTexture

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

Client-Side
Function

Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения JavaScript



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

{{{1}}}


See also