GitPedia
plunkettscott

plunkettscott/interact-sound

A resource providing the ability to play sounds using the FiveM NUI environment.

5 Releases
Latest: 4y ago
OneSync Infinity0.5Latest
plunkettscottplunkettscott·4y ago·July 15, 2021
GitHub

This release adds support for OneSync Infinity as well as an anti-cheat feature to prevent sounds from playing over a maximum distance. Sounds will also not be triggered unless the Player has loaded. Thanks to @Tinky124 for the fixes. Fixes #20

Fixes InteractSound_SV:PlayWithinDistance event0.4.1
plunkettscottplunkettscott·7y ago·April 24, 2019
GitHub

This releases fixes issues with the `InteractSound_SV:PlayWithinDistance` event. No other fixes included. Fixes #3

Release 0.40.4
plunkettscottplunkettscott·7y ago·April 24, 2019
GitHub

🐛 Bug Fixes

  • Resource manifest did not follow the proper Lua list syntax.
  • Resolves #2
Release 0.3.00.3
plunkettscottplunkettscott·7y ago·April 23, 2019
GitHub

> BREAKING CHANGE! This breaking change resolves issues with client events not working. Following the transition from the folder, the client event names were named improperly. Thanks to @oaaron99 for the pull request.

Interact Sound with Howler.js0.2.1
plunkettscottplunkettscott·7y ago·March 21, 2019
GitHub

🐛 Fixes

  • 1. Fixes bugs introduced by the HTML5 audio api. Replaces with Howler.js. Thanks @patriksletmo!