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

Vehicle::setLiveryTexture

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

Client-Side
Function

 JavaScript



JavaScript Syntax

Set a custom texture livery to the given vehicle.

Required Params

  • textureDict: string
  • textureName: string

Return Value

  • void void

Syntax

vehicle.setLiveryTexture(textureDict, textureName);

Example

Client-Side


See also