<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gamer</id>
	<title>RAGE Multiplayer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gamer"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/wiki/Special:Contributions/Gamer"/>
	<updated>2026-06-23T11:58:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::getVehicleModelMaxSpeed&amp;diff=20028</id>
		<title>Vehicle::getVehicleModelMaxSpeed</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getVehicleModelMaxSpeed&amp;diff=20028"/>
		<updated>2020-09-24T14:01:26Z</updated>

		<summary type="html">&lt;p&gt;Gamer: /* Example */&lt;/p&gt;
&lt;hr /&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;
=== &#039;&#039;&#039;Required Arguments:&#039;&#039;&#039; ===&lt;br /&gt;
*&#039;&#039;&#039;modelHash:&#039;&#039;&#039; Model hash or name&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Return value&#039;&#039;&#039;===&lt;br /&gt;
*&#039;&#039;&#039;float&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
-----------&lt;br /&gt;
&lt;br /&gt;
*List of maximum vehicle [https://pastebin.com/AUuHHK06 speeds]&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; highlight=&#039;2&#039;&amp;gt;&lt;br /&gt;
mp.events.add(&#039;render&#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>Gamer</name></author>
	</entry>
</feed>