<?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%3AdashboardColor</id>
	<title>Vehicle::dashboardColor - 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%3AdashboardColor"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::dashboardColor&amp;action=history"/>
	<updated>2026-06-04T20:12:54Z</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::dashboardColor&amp;diff=21401&amp;oldid=prev</id>
		<title>Zekiloni: Created page with &quot;This property using for getting or setting vehicle dashboard color. Dashboard colors are 1-157.  == Setter == * {{RageType|int}} color value  == Getter == * {{RageType|int}} c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::dashboardColor&amp;diff=21401&amp;oldid=prev"/>
		<updated>2022-10-29T14:37:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This property using for getting or setting vehicle dashboard color. Dashboard colors are 1-157.  == Setter == * {{RageType|int}} color value  == Getter == * {{RageType|int}} c...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This property using for getting or setting vehicle dashboard color.&lt;br /&gt;
Dashboard colors are 1-157.&lt;br /&gt;
&lt;br /&gt;
== Setter ==&lt;br /&gt;
* {{RageType|int}} color value&lt;br /&gt;
&lt;br /&gt;
== Getter ==&lt;br /&gt;
* {{RageType|int}} color value&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.events.addCommand(&amp;#039;dashboardcolor&amp;#039;, (player, _, color) =&amp;gt; {&lt;br /&gt;
    if (!player.vehicle) return; // check if player in vehicle or not&lt;br /&gt;
    if (color &amp;lt; 1 || color &amp;gt; 157) return; // check player input good color or not&lt;br /&gt;
    player.vehicle.dashboardColor = parseInt(color); // set vehicle&amp;#039;s dashboard color&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zekiloni</name></author>
	</entry>
</feed>