<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=RAGE.Game.Audio.PlaySoundFrontend</id>
	<title>RAGE.Game.Audio.PlaySoundFrontend - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=RAGE.Game.Audio.PlaySoundFrontend"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=RAGE.Game.Audio.PlaySoundFrontend&amp;action=history"/>
	<updated>2026-06-04T16:26:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=RAGE.Game.Audio.PlaySoundFrontend&amp;diff=19665&amp;oldid=prev</id>
		<title>Jer: added</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=RAGE.Game.Audio.PlaySoundFrontend&amp;diff=19665&amp;oldid=prev"/>
		<updated>2020-06-05T03:56:00Z</updated>

		<summary type="html">&lt;p&gt;added&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Plays a front end sound.&amp;lt;br/&amp;gt;&lt;br /&gt;
All front end audio sounds with parameters.&lt;br /&gt;
https://pastebin.com/0neZdsZ5&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;RAGE.Game.Audio.PlaySoundFrontend(int soundId, string audioName, string audioRef, bool p3)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;soundId:&amp;#039;&amp;#039;&amp;#039; int soundId&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;audioName :&amp;#039;&amp;#039;&amp;#039; string audioName &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;audioRef:&amp;#039;&amp;#039;&amp;#039; string audioRef&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;p3:&amp;#039;&amp;#039;&amp;#039; bool p3&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
&lt;br /&gt;
{{Example}}&lt;br /&gt;
This example will play the sound specified. Sound ID and parameters can be found on the pastebin at the top of the page&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt;&lt;br /&gt;
public void PlaySoundFrontend()&lt;br /&gt;
{&lt;br /&gt;
RAGE.Game.Audio.PlaySountFrontend(-1, &amp;quot;10s&amp;quot;, &amp;quot;MP_MISSION_COUNTDOWN_SOUNDSET&amp;quot;, false);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jer</name></author>
	</entry>
</feed>