Open
Description
Describe the bug
The new setSoundEffectParameter function only works with the playSound function.
To reproduce
Use the example code from wiki:
local sound = playSound3D("music.mp3", 0, 0, 10)
setSoundEffectEnabled(sound, "echo", true)
setSoundEffectParameter(sound, "echo", "wetDryMix", 80)
setSoundEffectParameter(sound, "echo", "feedback", 30)
Expected behaviour
The same as with the playSound function
Version
MTA:SA Client 20935
MTA:SA Server 20935
Additional context
Tested with multiple sound files and types.