All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:24, 8 May 2024 Shr0x talk contribs created page Vehicle::setNumberPlateTexture (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...")