<?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%3AgetNumberPlateTextIndex</id>
	<title>Vehicle::getNumberPlateTextIndex - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3AgetNumberPlateTextIndex"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Vehicle::getNumberPlateTextIndex&amp;action=history"/>
	<updated>2026-07-24T23:41:04Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Vehicle::getNumberPlateTextIndex&amp;diff=15861&amp;oldid=prev</id>
		<title>imported&gt;Shr0x в 17:48, 28 мая 2024</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Vehicle::getNumberPlateTextIndex&amp;diff=15861&amp;oldid=prev"/>
		<updated>2024-05-28T17:48:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ClientsideJsFunction}}&lt;br /&gt;
{{JSContainer|&lt;br /&gt;
&lt;br /&gt;
Returns the PlateType of a vehicle&amp;lt;br&amp;gt;	&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
0 - Blue on White1&lt;br /&gt;
1 - Yellow on Black&lt;br /&gt;
2 - Yellow on Blue&lt;br /&gt;
3 - Blue on White2&lt;br /&gt;
4 - Blue on White &amp;quot;SA EXEMPT&amp;quot;&lt;br /&gt;
5 - North Yankton&lt;br /&gt;
6 - eCola&lt;br /&gt;
7 - Las Venturas&lt;br /&gt;
8 - Liberty City&lt;br /&gt;
9 - LS Car Meet&lt;br /&gt;
10 - LS Panic&lt;br /&gt;
11 - LS Pounders&lt;br /&gt;
12 - Sprunk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;vehicle.getNumberPlateTextIndex();&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Return value===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
const vehicle = mp.vehicles.at(0); //find vehicle with &amp;#039;id&amp;#039; 0&lt;br /&gt;
if (!vehicle || !mp.vehicles.exists(vehicle)) return;&lt;br /&gt;
const plateType = vehicle.getNumberPlateTextIndex();&lt;br /&gt;
mp.console.logInfo(`Vehicle ID ${vehicle.id} has plate type number ${plateType}`);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Shr0x</name></author>
	</entry>
</feed>