<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/OnClientPlayerVoiceResumed?action=history&amp;feed=atom</id>
	<title>OnClientPlayerVoiceResumed - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/OnClientPlayerVoiceResumed?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=OnClientPlayerVoiceResumed&amp;action=history"/>
	<updated>2026-04-07T16:03:52Z</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=OnClientPlayerVoiceResumed&amp;diff=50852&amp;oldid=prev</id>
		<title>Necktrox: Copied from onClientPlayerVoicePause</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=OnClientPlayerVoiceResumed&amp;diff=50852&amp;oldid=prev"/>
		<updated>2017-05-07T13:24:00Z</updated>

		<summary type="html">&lt;p&gt;Copied from onClientPlayerVoicePause&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Client event}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
This event is triggered when a player's voice sound is resumed using [[setSoundPaused]].&lt;br /&gt;
&lt;br /&gt;
==Parameters== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
string reason&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*'''reason''': the reason for the pause, this can be only &amp;quot;resumed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
The [[event system#Event source|source]] of this event is the [[Element/Player|player]] whose voice got resumed.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
This example outputs nick of whoever's voice is resumed.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onClientPlayerVoiceResumed&amp;quot;, root,&lt;br /&gt;
    function ()&lt;br /&gt;
        outputChatBox(getPlayerName(source) .. &amp;quot;'s voice got resumed.&amp;quot;)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
===Client player events===&lt;br /&gt;
{{Client_player_events}}&lt;br /&gt;
===Client event functions===&lt;br /&gt;
{{Client_event_functions}}&lt;/div&gt;</summary>
		<author><name>Necktrox</name></author>
	</entry>
</feed>