<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3ApearlescentColor</id>
	<title>Vehicle::pearlescentColor - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3ApearlescentColor"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::pearlescentColor&amp;action=history"/>
	<updated>2026-06-05T09:56:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::pearlescentColor&amp;diff=18097&amp;oldid=prev</id>
		<title>M4xf0x: Created page with &quot;This function is used to set the pearlescent color of a vehicle. Using the Vehicle colors. == Syntax == &lt;syntaxhighlight lang=&quot;javascript&quot;&gt; int vehicle.pear...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::pearlescentColor&amp;diff=18097&amp;oldid=prev"/>
		<updated>2019-10-24T15:33:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function is used to set the pearlescent color of a vehicle. Using the &lt;a href=&quot;/wiki/Vehicle_Colors&quot; title=&quot;Vehicle Colors&quot;&gt;Vehicle colors&lt;/a&gt;. == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt; int vehicle.pear...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function is used to set the pearlescent color of a vehicle. Using the [[Vehicle_Colors|Vehicle colors]].&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
int vehicle.pearlescentColor&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== Example ==&lt;br /&gt;
This example sets red pearlescent color for the vehicle, in which the player sits.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.events.add(&amp;#039;playerCommand&amp;#039;, (player, cmd) =&amp;gt; {&lt;br /&gt;
    let arr = cmd.split(&amp;#039; &amp;#039;);&lt;br /&gt;
    if (arr[0] == &amp;#039;pcolor&amp;#039; &amp;amp;&amp;amp; player.vehicle) {&lt;br /&gt;
        player.vehicle.pearlescentColor = 45;&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>M4xf0x</name></author>
	</entry>
</feed>