<?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%3AgetVehicleModelMaxSpeed</id>
	<title>Vehicle::getVehicleModelMaxSpeed - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3AgetVehicleModelMaxSpeed"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Vehicle::getVehicleModelMaxSpeed&amp;action=history"/>
	<updated>2026-07-25T02:18:45Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Vehicle::getVehicleModelMaxSpeed&amp;diff=15918&amp;oldid=prev</id>
		<title>imported&gt;Bonus: Add other link for maxiumum speeds</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Vehicle::getVehicleModelMaxSpeed&amp;diff=15918&amp;oldid=prev"/>
		<updated>2020-09-24T15:49:44Z</updated>

		<summary type="html">&lt;p&gt;Add other link for maxiumum speeds&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.vehicle.getVehicleModelMaxSpeed(modelHash);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Required Arguments:&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;modelHash:&amp;#039;&amp;#039;&amp;#039; Model hash or name&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Return value&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;float&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-----------&lt;br /&gt;
&lt;br /&gt;
*[https://www.gtabase.com/grand-theft-auto-v/vehicles/ Database with maximum speeds and more]&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; highlight=&amp;#039;2&amp;#039;&amp;gt;&lt;br /&gt;
mp.events.add(&amp;#039;render&amp;#039;, () =&amp;gt; {&lt;br /&gt;
    let maxs = mp.game.vehicle.getVehicleModelMaxSpeed(mp.players.local.vehicle.model); //max speed of vehicle &lt;br /&gt;
    let currents = mp.players.local.vehicle.getSpeed(); // Current Speed&lt;br /&gt;
    mp.game.graphics.drawText(`Speed: ${(currents * 3.6).toFixed(0)}/ ${((maxs * 3.6).toFixed(0))} km/h`, [0.5, 0.005], {  &lt;br /&gt;
        font: 7, &lt;br /&gt;
        color: [255, 255, 255, 185], &lt;br /&gt;
        scale: [0.5, 0.5], &lt;br /&gt;
        outline: false&lt;br /&gt;
 });&lt;br /&gt;
}); // Displays on the top of the screen Speed: CurrentSpeed/Max speed in km/h&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Bonus</name></author>
	</entry>
</feed>