| 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)