Native referenceRedM

PLAY_SOUND_FRONTEND

0x67C540AA08E4A6F5 AUDIO
FUNCTION SIGNATURE
void PLAY_SOUND_FRONTEND(int soundId, char* audioName, char* audioRef, BOOL p3);
Property Value
Native Name PLAY_SOUND_FRONTEND
Hash 0x67C540AA08E4A6F5
Return Type void
Build 1207
Parameters soundId (int), audioName (char*), audioRef (char*), p3 (BOOL)

Description: ``` List: https://pastebin.com/DCeRiaLJ All occurrences as of Cayo Perico Heist DLC (b2189), sorted alphabetically and identical lines removed: https://git.io/JtLxM


### Usage

**Lua (Direct):**
```lua
PlaySoundFrontend(soundId, audioName, audioRef, p3)

Lua (Hash):

Citizen.InvokeNative(0x67C540AA08E4A6F5, soundId, audioName, audioRef, p3)
Back to AUDIO