<?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=BigJay</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=BigJay"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/wiki/Special:Contributions/BigJay"/>
	<updated>2026-06-04T14:49:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::setOnGroundProperly&amp;diff=16746</id>
		<title>Vehicle::setOnGroundProperly</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::setOnGroundProperly&amp;diff=16746"/>
		<updated>2019-01-14T14:04:01Z</updated>

		<summary type="html">&lt;p&gt;BigJay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sets a vehicle on the ground on all wheels.  Returns whether or not the operation was successful.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;sfink: This has an additional param(Vehicle vehicle, float p1) which is always set to 5.0f in the b944 scripts.&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;vehicle.setOnGroundProperly();&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;Boolean&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.events.add(&#039;setVehiclePosition&#039;, (x, y, z, a, b, c) =&amp;gt; {&lt;br /&gt;
    mp.players.local.vehicle.position = new mp.Vector3(x, y, z);&lt;br /&gt;
    mp.players.local.vehicle.rotation = new mp.Vector3(a, b, c);&lt;br /&gt;
    mp.players.local.vehicle.setOnGroundProperly();&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>BigJay</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::setOnGroundProperly&amp;diff=16745</id>
		<title>Vehicle::setOnGroundProperly</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::setOnGroundProperly&amp;diff=16745"/>
		<updated>2019-01-14T14:03:53Z</updated>

		<summary type="html">&lt;p&gt;BigJay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sets a vehicle on the ground on all wheels.  Returns whether or not the operation was successful.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;sfink: This has an additional param(Vehicle vehicle, float p1) which is always set to 5.0f in the b944 scripts.&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;vehicle.setOnGroundProperly();&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;Boolean&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.events.add(&#039;setVehiclePosition&#039;, (x, y, z, a, b, c) =&amp;gt; {&lt;br /&gt;
    mp.players.local.vehicle.position = new mp.Vector3(x, y, z);&lt;br /&gt;
    mp.players.local.vehicle.rotation = new mp.Vector3(a, b, c);&lt;br /&gt;
    mp.players.local.vehicle.setOnGroundProperly();&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>BigJay</name></author>
	</entry>
</feed>