Vehicle::setNumberPlateTexture: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 May 2024

  • curprev 14:2414:24, 8 May 2024Shr0x talk contribs 672 bytes +672 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..."