Skip to content

setSoundEffectParameter doesn't work with playSound3D #2326

Open
@jayceon123

Description

@jayceon123

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

Screenshots
unknown

Version
MTA:SA Client 20935
MTA:SA Server 20935

Additional context
Tested with multiple sound files and types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions