<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.gtaconnected.com/wiki/index.php?action=history&amp;feed=atom&amp;title=ScriptingTutorials%2FVehicleDisappear</id>
	<title>ScriptingTutorials/VehicleDisappear - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gtaconnected.com/wiki/index.php?action=history&amp;feed=atom&amp;title=ScriptingTutorials%2FVehicleDisappear"/>
	<link rel="alternate" type="text/html" href="https://wiki.gtaconnected.com/wiki/index.php?title=ScriptingTutorials/VehicleDisappear&amp;action=history"/>
	<updated>2026-04-29T09:12:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://wiki.gtaconnected.com/wiki/index.php?title=ScriptingTutorials/VehicleDisappear&amp;diff=10842&amp;oldid=prev</id>
		<title>Mex: Created page with &quot;This article covers different techniques to making a vehicle disappear.&lt;br&gt;&lt;br&gt;  &#039;&#039;&#039;Option 1&#039;&#039;&#039;&lt;br&gt; The &lt;code&gt;&lt;streamoutdistance&gt;&lt;/code&gt; in server config applies to all elements unless changed for a specific element with element.streamOutDistance.&lt;br&gt; The stream out distance must be higher than the stream in distance.&lt;br&gt; See ServerConfiguration and element.streamOutDistance&lt;br&gt;&lt;br&gt;  &#039;&#039;&#039;O...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.gtaconnected.com/wiki/index.php?title=ScriptingTutorials/VehicleDisappear&amp;diff=10842&amp;oldid=prev"/>
		<updated>2023-05-21T19:49:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This article covers different techniques to making a vehicle disappear.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;  &amp;#039;&amp;#039;&amp;#039;Option 1&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; The &amp;lt;code&amp;gt;&amp;lt;streamoutdistance&amp;gt;&amp;lt;/code&amp;gt; in server config applies to all elements unless changed for a specific element with &lt;a href=&quot;/element.streamOutDistance&quot; title=&quot;element.streamOutDistance&quot;&gt;element.streamOutDistance&lt;/a&gt;.&amp;lt;br&amp;gt; The stream out distance must be higher than the stream in distance.&amp;lt;br&amp;gt; See &lt;a href=&quot;/ServerConfiguration&quot; title=&quot;ServerConfiguration&quot;&gt;ServerConfiguration&lt;/a&gt; and &lt;a href=&quot;/element.streamOutDistance&quot; title=&quot;element.streamOutDistance&quot;&gt;element.streamOutDistance&lt;/a&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;  &amp;#039;&amp;#039;&amp;#039;O...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This article covers different techniques to making a vehicle disappear.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Option 1&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;lt;streamoutdistance&amp;gt;&amp;lt;/code&amp;gt; in server config applies to all elements unless changed for a specific element with [[element.streamOutDistance|element.streamOutDistance]].&amp;lt;br&amp;gt;&lt;br /&gt;
The stream out distance must be higher than the stream in distance.&amp;lt;br&amp;gt;&lt;br /&gt;
See [[ServerConfiguration|ServerConfiguration]] and [[element.streamOutDistance|element.streamOutDistance]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Option 2&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
The [[netFlags.distanceStreaming|netFlags.distanceStreaming]] property sets whether to use distance to stream the element.&amp;lt;br&amp;gt;&lt;br /&gt;
If this is false, it will always stream in for all clients regardless of how far away it is.&amp;lt;br&amp;gt;&lt;br /&gt;
See [[netFlags.distanceStreaming|netFlags.distanceStreaming]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Option 3&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
The [[netFlags.alwaysExistForSyncer|element.netFlags.alwaysExistForSyncer]] property sets whether the element will always be streamed in for whoever is syncing the element (syncer sends updates to the server about the element&amp;#039;s position, rotation, other data etc).&amp;lt;br&amp;gt;&lt;br /&gt;
See [[netFlags.alwaysExistForSyncer|netFlags.alwaysExistForSyncer]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Option 4&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
The [[netFlags.transient|element.netFlags.transient]] sets whether to delete the vehicle completely when it&amp;#039;s not streamed in for anybody.&amp;lt;br&amp;gt;&lt;br /&gt;
Useful for temporary cars like traffic. This is set to false by default for vehicles you spawned via scripts.&amp;lt;br&amp;gt;&lt;br /&gt;
See [[netFlags.transient|netFlags.transient]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mex</name></author>
	</entry>
</feed>