<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=George</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=George"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/George"/>
	<updated>2026-04-15T06:40:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=RemoveElementDataSubscriber&amp;diff=72079</id>
		<title>RemoveElementDataSubscriber</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RemoveElementDataSubscriber&amp;diff=72079"/>
		<updated>2021-09-16T17:05:49Z</updated>

		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server function}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{New items|3.0158|1.5.7-9.20477|This function unsubscribes a [[player]] from specific [[element data]].&lt;br /&gt;
This function is used together with [[setElementData]] in ''&amp;quot;subscribe&amp;quot;'' mode.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool removeElementDataSubscriber ( element theElement, string key, player thePlayer )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
{{OOP||[[element]]:removeDataSubscriber||addElementDataSubscriber}}&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''theElement:''' The [[element]] you wish to unsubscribe the [[player]] from.&lt;br /&gt;
*'''key:''' The key you wish to unsubscribe the player from.&lt;br /&gt;
*'''thePlayer:''' The [[player]] you wish to unsubscribe.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the player was unsubscribed, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Server&amp;quot; class=&amp;quot;server&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onVehicleExit&amp;quot;, getRootElement(), function(thePlayer)&lt;br /&gt;
      removeElementDataSubscriber(source, &amp;quot;id&amp;quot;, thePlayer) &lt;br /&gt;
   end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|1.5.7-9.20477|n/a|}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Element_functions}}&lt;/div&gt;</summary>
		<author><name>George</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=RemoveElementDataSubscriber&amp;diff=72078</id>
		<title>RemoveElementDataSubscriber</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RemoveElementDataSubscriber&amp;diff=72078"/>
		<updated>2021-09-16T17:05:36Z</updated>

		<summary type="html">&lt;p&gt;George: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server function}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{New items|3.0158|1.5.7-9.20477|This function unsubscribes a [[player]] from specific [[element data]].&lt;br /&gt;
This function is used together with [[setElementData]] in ''&amp;quot;subscribe&amp;quot;'' mode.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool removeElementDataSubscriber ( element theElement, string key, player thePlayer )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
{{OOP||[[element]]:removeDataSubscriber||addElementDataSubscriber}}&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''theElement:''' The [[element]] you wish to unsubscribe the [[player]] from.&lt;br /&gt;
*'''key:''' The key you wish to unsubscribe the player from.&lt;br /&gt;
*'''thePlayer:''' The [[player]] you wish to unsubscribe.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the player was unsubscribed, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Server&amp;quot; class=&amp;quot;server&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onVehicleExit&amp;quot;, getRootElement(), function(thePlayer)&lt;br /&gt;
      removeElementDataSubscriber(source, &amp;quot;id&amp;quot;, thePlayer) &lt;br /&gt;
   end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
--George&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|1.5.7-9.20477|n/a|}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Element_functions}}&lt;/div&gt;</summary>
		<author><name>George</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=RemoveElementDataSubscriber&amp;diff=72077</id>
		<title>RemoveElementDataSubscriber</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RemoveElementDataSubscriber&amp;diff=72077"/>
		<updated>2021-09-16T17:03:20Z</updated>

		<summary type="html">&lt;p&gt;George: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server function}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{New items|3.0158|1.5.7-9.20477|This function unsubscribes a [[player]] from specific [[element data]].&lt;br /&gt;
This function is used together with [[setElementData]] in ''&amp;quot;subscribe&amp;quot;'' mode.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool removeElementDataSubscriber ( element theElement, string key, player thePlayer )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
{{OOP||[[element]]:removeDataSubscriber||addElementDataSubscriber}}&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''theElement:''' The [[element]] you wish to unsubscribe the [[player]] from.&lt;br /&gt;
*'''key:''' The key you wish to unsubscribe the player from.&lt;br /&gt;
*'''thePlayer:''' The [[player]] you wish to unsubscribe.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the player was unsubscribed, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Server&amp;quot; class=&amp;quot;server&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onVehicleExit&amp;quot;, getRootElement(), function(thePlayer)&lt;br /&gt;
      removeElementDataSubscriber(source, &amp;quot;id&amp;quot;, thePlayer) &lt;br /&gt;
   end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|1.5.7-9.20477|n/a|}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Element_functions}}&lt;/div&gt;</summary>
		<author><name>George</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=RemoveElementDataSubscriber&amp;diff=72076</id>
		<title>RemoveElementDataSubscriber</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RemoveElementDataSubscriber&amp;diff=72076"/>
		<updated>2021-09-16T17:01:44Z</updated>

		<summary type="html">&lt;p&gt;George: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server function}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{New items|3.0158|1.5.7-9.20477|This function unsubscribes a [[player]] from specific [[element data]].&lt;br /&gt;
This function is used together with [[setElementData]] in ''&amp;quot;subscribe&amp;quot;'' mode.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool removeElementDataSubscriber ( element theElement, string key, player thePlayer )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
{{OOP||[[element]]:removeDataSubscriber||addElementDataSubscriber}}&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''theElement:''' The [[element]] you wish to unsubscribe the [[player]] from.&lt;br /&gt;
*'''key:''' The key you wish to unsubscribe the player from.&lt;br /&gt;
*'''thePlayer:''' The [[player]] you wish to unsubscribe.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the player was unsubscribed, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Server&amp;quot; class=&amp;quot;server&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onVehicleLeave&amp;quot;, getRootElement(), function(thePlayer, seat)&lt;br /&gt;
      removeElementDataSubscriber(source, &amp;quot;id&amp;quot;, thePlayer) &lt;br /&gt;
   end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|1.5.7-9.20477|n/a|}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Element_functions}}&lt;/div&gt;</summary>
		<author><name>George</name></author>
	</entry>
</feed>