Mobius1 / bulletin

Customisable notifications for FiveM
GNU General Public License v3.0
53 stars 39 forks source link

Add sound feature #5

Closed dolutattoo closed 2 years ago

dolutattoo commented 2 years ago

Hey, first of all, I love this resource, great work! I think it would be cool to add a sound feature like t-notify do. What do you think?

Mobius1 commented 2 years ago

You can already set a sound effect by adding an audio file to the ui/audio directory and setting the config:

Config.SoundFile        = 'my_notification_sound.mp3'
Config.SoundVolume      = 0.4
dolutattoo commented 2 years ago

Ohh I didn't see that. Awesome, thanks you !