<?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=Player%3A%3AtaskCrawlToCoords</id>
	<title>Player::taskCrawlToCoords - 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=Player%3A%3AtaskCrawlToCoords"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Player::taskCrawlToCoords&amp;action=history"/>
	<updated>2026-06-04T18:24:52Z</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=Player::taskCrawlToCoords&amp;diff=27434&amp;oldid=prev</id>
		<title>Shr0x: Created page with &quot;{{ClientsideJsFunction}} {{JSContainer|  === Summary === Directs the player to crawl to specified coordinates.  === Syntax === &lt;syntaxhighlight lang=&quot;javascript&quot;&gt; player.taskCrawlToCoords(pos, isOnBack, timeout); &lt;/syntaxhighlight&gt;  === Required Parameters === * &#039;&#039;&#039;pos:&#039;&#039;&#039; {{RageType|mp.Vector3}} - The target coordinates. * &#039;&#039;&#039;isOnBack:&#039;&#039;&#039; {{RageType|bool}} - Set to `true` to crawl on the back, or `false` to crawl face-down. * &#039;&#039;&#039;timeout:&#039;&#039;&#039; {{RageType|number}} - The tim...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Player::taskCrawlToCoords&amp;diff=27434&amp;oldid=prev"/>
		<updated>2024-12-25T18:30:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ClientsideJsFunction}} {{JSContainer|  === Summary === Directs the player to crawl to specified coordinates.  === Syntax === &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt; player.taskCrawlToCoords(pos, isOnBack, timeout); &amp;lt;/syntaxhighlight&amp;gt;  === Required Parameters === * &amp;#039;&amp;#039;&amp;#039;pos:&amp;#039;&amp;#039;&amp;#039; {{RageType|mp.Vector3}} - The target coordinates. * &amp;#039;&amp;#039;&amp;#039;isOnBack:&amp;#039;&amp;#039;&amp;#039; {{RageType|bool}} - Set to `true` to crawl on the back, or `false` to crawl face-down. * &amp;#039;&amp;#039;&amp;#039;timeout:&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} - The tim...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ClientsideJsFunction}}&lt;br /&gt;
{{JSContainer|&lt;br /&gt;
&lt;br /&gt;
=== Summary ===&lt;br /&gt;
Directs the player to crawl to specified coordinates.&lt;br /&gt;
&lt;br /&gt;
=== Syntax ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
player.taskCrawlToCoords(pos, isOnBack, timeout);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Parameters ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pos:&amp;#039;&amp;#039;&amp;#039; {{RageType|mp.Vector3}} - The target coordinates.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;isOnBack:&amp;#039;&amp;#039;&amp;#039; {{RageType|bool}} - Set to `true` to crawl on the back, or `false` to crawl face-down.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;timeout:&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} - The time (in milliseconds) after which the task will stop.&lt;br /&gt;
&lt;br /&gt;
=== Return Value ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;undefined&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// Make the local player crawl to a specific location&lt;br /&gt;
const targetPos = new mp.Vector3(100, 100, 72);&lt;br /&gt;
mp.players.local.taskCrawlToCoords(targetPos, false, 5000);&lt;br /&gt;
mp.gui.chat.push(&amp;quot;The player is crawling to the specified location.&amp;quot;);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{Player_definition_c}}&lt;/div&gt;</summary>
		<author><name>Shr0x</name></author>
	</entry>
</feed>