Skip to main content

RAGE.Game.Audio.PlaySoundFrontend

Plays a front end sound.

All front end audio sounds with parameters. <https://pastebin.com/0neZdsZ5>

Syntax

``` RAGE.Game.Audio.PlaySoundFrontend(int soundId, string audioName, string audioRef, bool p3) ```

Example

Required Arguments

  • soundId: int soundId
  • audioName : string audioName
  • audioRef: string audioRef
  • p3: bool p3

Example