<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DE/stopSound?action=history&amp;feed=atom</id>
	<title>DE/stopSound - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DE/stopSound?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DE/stopSound&amp;action=history"/>
	<updated>2026-04-23T05:08:22Z</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=DE/stopSound&amp;diff=38880&amp;oldid=prev</id>
		<title>Manfred Müller: Created page with &quot;Stoppt den abgespielten Sound für das angegebene Sound-Element. Dabei wir das Sound-Element zerstört.  ''' == Syntax == '''  &lt;syntaxhighlight lang=&quot;lua&quot;&gt;bool stopSound ( element derSound )&lt;/c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DE/stopSound&amp;diff=38880&amp;oldid=prev"/>
		<updated>2014-02-17T16:18:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Stoppt den abgespielten Sound für das angegebene Sound-Element. Dabei wir das Sound-Element zerstört.  &amp;#039;&amp;#039;&amp;#039; == Syntax == &amp;#039;&amp;#039;&amp;#039;  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool stopSound ( element derSound )&amp;lt;/c...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Stoppt den abgespielten Sound für das angegebene Sound-Element. Dabei wir das Sound-Element zerstört.&lt;br /&gt;
&lt;br /&gt;
'''&lt;br /&gt;
== Syntax ==&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool stopSound ( element derSound )&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Benötigte Argumente=== &lt;br /&gt;
*'''derSound:''' Das [[Sound]] Element was gestoppt werden soll.&lt;br /&gt;
&lt;br /&gt;
===Rückgaben===&lt;br /&gt;
&lt;br /&gt;
Gibt ''true'' zurück wenn erfolgreich, ''false'' wenn nicht.&lt;br /&gt;
&lt;br /&gt;
'''&lt;br /&gt;
== Beispiel ==&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local sound&lt;br /&gt;
&lt;br /&gt;
function starteSound ()&lt;br /&gt;
    sound = playSound( &amp;quot;beispiel.mp3&amp;quot;, true )&lt;br /&gt;
end&lt;br /&gt;
addEventHandler( &amp;quot;onClientResourceStart&amp;quot;, resourceRoot, starteSound )&lt;br /&gt;
&lt;br /&gt;
function stopeSound ()&lt;br /&gt;
	stopSound ( sound )&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler (&amp;quot;stopsound&amp;quot;, stopeSound )&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[DE:stopSound]]&lt;/div&gt;</summary>
		<author><name>Manfred Müller</name></author>
	</entry>
</feed>