Vehicle::trimColor: 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.

29 May 2024

  • curprev 08:4508:45, 29 May 2024Shr0x talk contribs 523 bytes +523 Created page with "{{ServersideJsFunction}} {{JSContainer| ===Required value=== *'''trimColor:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.trimColor </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.new(mp.joaat("sultanrs"), new mp.Vector3(-541.0401611328125, -1287.0777587890625, 26.901586532592773)); vehicle.trimColor = 1; </syntaxhighlight> }} ==See also== {{..."