Перейти к содержанию

RAGE.Game.Audio.PlaySoundFrontend

Материал из RAGE MP Wiki Archive
Версия от 03:56, 5 июня 2020; imported>Jer (added)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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