plunkettscott / interact-sound

A resource providing the ability to play sounds using the FiveM NUI environment.
https://plunkettscott.gitbooks.io/scott-s-script-documentation/content/scripts/interactsound.html
MIT License
63 stars 129 forks source link

Different names of events #41

Open Brodino96 opened 1 year ago

Brodino96 commented 1 year ago

In the latest versione available right now, the server side of the script triggering the wrong client events: Server triggers "InteractSound_SV:PlayOnAll" but client has "LIFE_CL:Sound:PlayOnAll"

Z3rio commented 7 months ago

The client does not have the event registered as LIFE_CL:Sound:PlayOnAll, it just calls the event that in the luadoc comments.

This can be closed.