<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3ApearlescentColor</id>
	<title>Vehicle::pearlescentColor - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3ApearlescentColor"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Vehicle::pearlescentColor&amp;action=history"/>
	<updated>2026-07-24T19:18:02Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Vehicle::pearlescentColor&amp;diff=16040&amp;oldid=prev</id>
		<title>imported&gt;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://rage.grandroleplay.ru/index.php?title=Vehicle::pearlescentColor&amp;diff=16040&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;Новая страница&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>imported&gt;M4xf0x</name></author>
	</entry>
</feed>