<?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=Avenged</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=Avenged"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Avenged"/>
	<updated>2026-04-07T04:48:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=OnClientPaste&amp;diff=63025</id>
		<title>OnClientPaste</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=OnClientPaste&amp;diff=63025"/>
		<updated>2019-06-20T17:54:53Z</updated>

		<summary type="html">&lt;p&gt;Avenged: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Client event}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
This event triggers when user paste whatever ('''CTRL + V'''). '''This event isn't triggers if menu or console is visible or if any browser is focused, or if cursor is invisible.'''&lt;br /&gt;
&lt;br /&gt;
==Parameters==&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''': a [[string]] representing the pasted value from clipboard.&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
The [[event system#Event source|source]] of this event is the client's [[root element]].&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
Example show what player paste from clipboard.&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;Clipboard value: &amp;quot;..text, 255,255,255)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
===Client event functions===&lt;br /&gt;
{{Client_event_functions}}&lt;/div&gt;</summary>
		<author><name>Avenged</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=OnClientPaste&amp;diff=63024</id>
		<title>OnClientPaste</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=OnClientPaste&amp;diff=63024"/>
		<updated>2019-06-20T17:54:15Z</updated>

		<summary type="html">&lt;p&gt;Avenged: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Client event}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
This event triggers when user paste whatever ('''CTRL + V'''). '''This event isn't triggers if menu or console is visible or if any browser is focused, or if cursor is invisible.'''&lt;br /&gt;
&lt;br /&gt;
==Parameters==&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''': a [[string]] representing the pasted value from clipboard. test&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
The [[event system#Event source|source]] of this event is the client's [[root element]].&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
Example show what player paste from clipboard.&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;Clipboard value: &amp;quot;..text, 255,255,255)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
===Client event functions===&lt;br /&gt;
{{Client_event_functions}}&lt;/div&gt;</summary>
		<author><name>Avenged</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:GUI_events&amp;diff=63023</id>
		<title>Template:GUI events</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:GUI_events&amp;diff=63023"/>
		<updated>2019-06-20T17:42:17Z</updated>

		<summary type="html">&lt;p&gt;Avenged: /* Input */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Input===&lt;br /&gt;
*[[onClientCharacter]]&lt;br /&gt;
*[[onClientClick]]&lt;br /&gt;
*[[onClientCursorMove]]&lt;br /&gt;
*[[onClientDoubleClick]]&lt;br /&gt;
*[[onClientKey]]&lt;br /&gt;
*[[onClientPaste]]&lt;br /&gt;
&lt;br /&gt;
===GUI===&lt;br /&gt;
*[[onClientGUIAccepted]]&lt;br /&gt;
*[[onClientGUIBlur]]&lt;br /&gt;
*[[onClientGUIChanged]]&lt;br /&gt;
*[[onClientGUIClick]]&lt;br /&gt;
*[[onClientGUIComboBoxAccepted]]&lt;br /&gt;
*[[onClientGUIDoubleClick]]&lt;br /&gt;
*[[onClientGUIFocus]]&lt;br /&gt;
*[[onClientGUIMouseDown]]&lt;br /&gt;
*[[onClientGUIMouseUp]]&lt;br /&gt;
*[[onClientGUIMove]]&lt;br /&gt;
*[[onClientGUIScroll]]&lt;br /&gt;
*[[onClientGUISize]]&lt;br /&gt;
*[[onClientGUITabSwitched]]&lt;br /&gt;
*[[onClientMouseEnter]]&lt;br /&gt;
*[[onClientMouseLeave]]&lt;br /&gt;
*[[onClientMouseMove]]&lt;br /&gt;
*[[onClientMouseWheel]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Events templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Avenged</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:GUI_events&amp;diff=63022</id>
		<title>Template:GUI events</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:GUI_events&amp;diff=63022"/>
		<updated>2019-06-20T17:40:36Z</updated>

		<summary type="html">&lt;p&gt;Avenged: /* Input */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Input===&lt;br /&gt;
*[[onClientCharacter]]&lt;br /&gt;
*[[onClientClick]]&lt;br /&gt;
*[[onClientCursorMove]]&lt;br /&gt;
*[[onClientDoubleClick]]&lt;br /&gt;
*[[onClientKey]]&lt;br /&gt;
&lt;br /&gt;
===GUI===&lt;br /&gt;
*[[onClientGUIAccepted]]&lt;br /&gt;
*[[onClientGUIBlur]]&lt;br /&gt;
*[[onClientGUIChanged]]&lt;br /&gt;
*[[onClientGUIClick]]&lt;br /&gt;
*[[onClientGUIComboBoxAccepted]]&lt;br /&gt;
*[[onClientGUIDoubleClick]]&lt;br /&gt;
*[[onClientGUIFocus]]&lt;br /&gt;
*[[onClientGUIMouseDown]]&lt;br /&gt;
*[[onClientGUIMouseUp]]&lt;br /&gt;
*[[onClientGUIMove]]&lt;br /&gt;
*[[onClientGUIScroll]]&lt;br /&gt;
*[[onClientGUISize]]&lt;br /&gt;
*[[onClientGUITabSwitched]]&lt;br /&gt;
*[[onClientMouseEnter]]&lt;br /&gt;
*[[onClientMouseLeave]]&lt;br /&gt;
*[[onClientMouseMove]]&lt;br /&gt;
*[[onClientMouseWheel]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Events templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Avenged</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:GUI_events&amp;diff=63021</id>
		<title>Template:GUI events</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:GUI_events&amp;diff=63021"/>
		<updated>2019-06-20T17:39:25Z</updated>

		<summary type="html">&lt;p&gt;Avenged: /* Input */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Input===&lt;br /&gt;
*[[onClientCharacter]]&lt;br /&gt;
*[[onClientClick]]&lt;br /&gt;
*[[onClientCursorMove]]&lt;br /&gt;
*[[onClientDoubleClick]]&lt;br /&gt;
*[[onClientKey]]&lt;br /&gt;
*[[onClientPaste]]&lt;br /&gt;
&lt;br /&gt;
===GUI===&lt;br /&gt;
*[[onClientGUIAccepted]]&lt;br /&gt;
*[[onClientGUIBlur]]&lt;br /&gt;
*[[onClientGUIChanged]]&lt;br /&gt;
*[[onClientGUIClick]]&lt;br /&gt;
*[[onClientGUIComboBoxAccepted]]&lt;br /&gt;
*[[onClientGUIDoubleClick]]&lt;br /&gt;
*[[onClientGUIFocus]]&lt;br /&gt;
*[[onClientGUIMouseDown]]&lt;br /&gt;
*[[onClientGUIMouseUp]]&lt;br /&gt;
*[[onClientGUIMove]]&lt;br /&gt;
*[[onClientGUIScroll]]&lt;br /&gt;
*[[onClientGUISize]]&lt;br /&gt;
*[[onClientGUITabSwitched]]&lt;br /&gt;
*[[onClientMouseEnter]]&lt;br /&gt;
*[[onClientMouseLeave]]&lt;br /&gt;
*[[onClientMouseMove]]&lt;br /&gt;
*[[onClientMouseWheel]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Events templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Avenged</name></author>
	</entry>
</feed>