<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/HU/onClientMarkerLeave?action=history&amp;feed=atom</id>
	<title>HU/onClientMarkerLeave - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/HU/onClientMarkerLeave?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/onClientMarkerLeave&amp;action=history"/>
	<updated>2026-05-11T18:59:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=HU/onClientMarkerLeave&amp;diff=81496&amp;oldid=prev</id>
		<title>Zeratul97: Created page with &quot;__NOTOC__ {{Client event}} Ez az esemény akkor indul el, amikor egy játékos elhagyja a createMarker által létrehozott markert.  ==Paraméterek== &lt;syntaxhighlight lang=&quot;lua&quot;&gt; player leftPlayer, bool matchingDimension &lt;/syntaxhighlight&gt;   *'''leftPlayer''': a player aki elhagyta a marker'st. *'''matchingDimension''': ''true'' ha a player ugyan abban a dimenzióban van mint a marker. ==Forrás== Ennek az események a event system#Event sour...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/onClientMarkerLeave&amp;diff=81496&amp;oldid=prev"/>
		<updated>2024-12-13T16:04:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{Client event}} Ez az esemény akkor indul el, amikor egy játékos elhagyja a &lt;a href=&quot;/wiki/CreateMarker&quot; title=&quot;CreateMarker&quot;&gt;createMarker&lt;/a&gt; által létrehozott markert.  ==Paraméterek== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; player leftPlayer, bool matchingDimension &amp;lt;/syntaxhighlight&amp;gt;   *&amp;#039;&amp;#039;&amp;#039;leftPlayer&amp;#039;&amp;#039;&amp;#039;: a &lt;a href=&quot;/wiki/Player&quot; class=&quot;mw-redirect&quot; title=&quot;Player&quot;&gt;player&lt;/a&gt; aki elhagyta a &lt;a href=&quot;/wiki/Marker&quot; class=&quot;mw-redirect&quot; title=&quot;Marker&quot;&gt;marker&amp;#039;st&lt;/a&gt;. *&amp;#039;&amp;#039;&amp;#039;matchingDimension&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;true&amp;#039;&amp;#039; ha a &lt;a href=&quot;/wiki/Player&quot; class=&quot;mw-redirect&quot; title=&quot;Player&quot;&gt;player&lt;/a&gt; ugyan abban a dimenzióban van mint a &lt;a href=&quot;/wiki/Marker&quot; class=&quot;mw-redirect&quot; title=&quot;Marker&quot;&gt;marker&lt;/a&gt;. ==Forrás== Ennek az események a event system#Event sour...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client event}}&lt;br /&gt;
Ez az esemény akkor indul el, amikor egy játékos elhagyja a [[createMarker]] által létrehozott markert.&lt;br /&gt;
&lt;br /&gt;
==Paraméterek==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
player leftPlayer, bool matchingDimension&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*'''leftPlayer''': a [[player]] aki elhagyta a [[marker|marker's]]t.&lt;br /&gt;
*'''matchingDimension''': ''true'' ha a [[player]] ugyan abban a dimenzióban van mint a [[marker]].&lt;br /&gt;
==Forrás==&lt;br /&gt;
Ennek az események a [[event system#Event source|forrása]] az a [[marker]] amit a játékos elhagyott.&lt;br /&gt;
==Példa== &lt;br /&gt;
Ez a példa üzenetett küld az outputChatBoxba amikor egy játékos elhagyta markert.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function markerLeave ( leavingPlayer, matchingDimension )&lt;br /&gt;
    outputChatBox ( getPlayerName(leavingPlayer) .. &amp;quot; elhagyta a markert.&amp;quot; )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
addEventHandler ( &amp;quot;onClientMarkerLeave&amp;quot;, getRootElement(), markerLeave )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Lásd még==&lt;br /&gt;
===Client marker events===&lt;br /&gt;
{{Client marker events}}&lt;br /&gt;
===Client marker functions===&lt;br /&gt;
{{Client_marker_functions}}&lt;/div&gt;</summary>
		<author><name>Zeratul97</name></author>
	</entry>
</feed>