<?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=Cass%C3%A8</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=Cass%C3%A8"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Cass%C3%A8"/>
	<updated>2026-05-15T11:20:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=TR/OnClientPaste&amp;diff=68134</id>
		<title>TR/OnClientPaste</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=TR/OnClientPaste&amp;diff=68134"/>
		<updated>2020-12-30T17:50:30Z</updated>

		<summary type="html">&lt;p&gt;Cassè: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Client event}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
Kullanıcı herhangi bir yapıştırma işlemi yapınca bu event tetiklenir. ('''CTRL + V'''). '''Eğer menü, konsol, tarayıcı açıksa ya da imleç kapalıysa bu event tetiklenmez.'''&lt;br /&gt;
&lt;br /&gt;
==Parametre==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;string clipboardText&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* '''clipboardText''': panodan yapıştırılan değeri temsil eden bir [[string]].&lt;br /&gt;
&lt;br /&gt;
==Kaynak==&lt;br /&gt;
Bu [[event system#Event source|source]] kök kaynaklı [[root element]] olmaktadır.&lt;br /&gt;
&lt;br /&gt;
==Örnek== &lt;br /&gt;
Oyuncunun ne yapıştırdığını gösterir.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onClientPaste&amp;quot;, root, function(text)&lt;br /&gt;
    outputChatBox(&amp;quot;Kopyalanmış Cümlen: &amp;quot;..text, 255,255,255)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Bunlarada Bakabilirsin==&lt;br /&gt;
===Client event functions===&lt;br /&gt;
{{Client_event_functions}}&lt;/div&gt;</summary>
		<author><name>Cassè</name></author>
	</entry>
</feed>