Hi all, I'm a new user of this plugin, i've read all the topic and don't find a solution for my problem
Anyone could show me a simple code of reading a sound with
3DPosition and a
EAX effect, in a command for example.
I've tried to do it, but it doesn't work anyway
[code=Pawn]if (strcmp("/test", cmdtext, true, 5) == 0)
{
Audio_Play(playerid, 1, 2, 0, 1);
Audio_Set3DPosition(playerid, 2, -1410.1191, -308.4622,13.84);
return 1;
}[/code]
I'm hearing the sound
all over the map
Maybe a function shouldn't be set in this place, i don't know.
Thank you for your answers