SA-MP Forums Archive
[Plugin] Audio Plugin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] Audio Plugin (/showthread.php?tid=82162)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34


Re: Audio Plugin - Ahmad45123 - 29.12.2014

Anyway I can use those great functions like Audio_Set3DPosition in normal SAMP sounds ?


Re: Audio Plugin - Riddick94 - 29.12.2014

Quote:
Originally Posted by Ahmad45123
Посмотреть сообщение
Anyway I can use those great functions like Audio_Set3DPosition in normal SAMP sounds ?
Is that a statement or a question, it doesn't make sense. What do you mean by "normal SAMP" sounds"? Do you mean San Andreas default sound effects (i.e. cellphone call sound effect) and other?


Re: Audio Plugin - ViperAssasin11 - 03.01.2015

I'm on the hunt for audio plugin version 0.4.0.0 which works properly.


Re: Audio Plugin - Riddick94 - 03.01.2015

Quote:
Originally Posted by ViperAssasin11
Посмотреть сообщение
I'm on the hunt for audio plugin version 0.4.0.0 which works properly.
Incognito is not supporting this plugin anymore.


Re: Audio Plugin - ViperAssasin11 - 03.01.2015

Quote:
Originally Posted by Riddick94
Посмотреть сообщение
Incognito is not supporting this plugin anymore.
If anyone has a download link for version 0.4.0.0 it would be good.


Re: Audio Plugin - Riddick94 - 03.01.2015

Link for what? It's in the main post.


Re: Audio Plugin - Carper - 28.01.2015

Not working with 0.3z/0.3.7?
Client not connect.
/e: It's work.


Re: Audio Plugin - usersamp - 22.02.2016

How i can detect if the audio is finished please? Thanks you, awesome plugin.


Re: Audio Plugin - Salik - 27.02.2016

Bug found: [FAKE] Connect & Disconnect(client) every 15-20 seconds.

[20:27:08] *** Audio Plugin: Started TCP server on port 7777
[20:27:08] *** Audio_SetPack: Audio pack set to "default_pack" (transferable and automated)
[20:27:21] [connection] 127.0.0.1:55191 requests connection cookie.
[20:27:22] [connection] incoming connection: 127.0.0.1:55191 id: 0
[20:27:22] [join] Salik_Davince has joined the server (0:127.0.0.1)
[20:27:29] *** Audio Plugin: Salik_Davince (ID: 0) has connected
[20:27:58] *** Audio Plugin: Salik_Davince (ID: 0) has disconnected
[20:28:09] *** Audio Plugin: Salik_Davince (ID: 0) has connected
[20:28:30] *** Audio Plugin: Salik_Davince (ID: 0) has disconnected
[20:28:41] *** Audio Plugin: Salik_Davince (ID: 0) has connected
[20:29:03] *** Audio Plugin: Salik_Davince (ID: 0) has disconnected
[20:29:21] *** Audio Plugin: Salik_Davince (ID: 0) has connected
[20:29:44] *** Audio Plugin: Salik_Davince (ID: 0) has disconnected


Re: Audio Plugin - Zeuto - 07.04.2016

Can anyone re-upload the client v0.4?


Re: Audio Plugin - DTV - 29.05.2016

Is there a way to fade the audio as the player gets further away from the point where the audio is?


Re: Audio Plugin - Semikola - 30.07.2016

Hello, you can do new function for this script? We need to bind to a specific transport handle.
Привет, ты можешь добавить новую функцию в свой скрипт? Мне нужно(я думаю, что один я с этим столкнулся) чтобы было можно привязать определенный звук к какому-то определенному транспорту.


Re: Audio Plugin - davidbull - 18.08.2016

i got errors when compile
Code:
D:\DATA\data game\samp\freedom_0.3.7_R1_win32\pawno\include\audio.inc(37) : error 001: expected token: "-identifier-", but found "-tagname-"
D:\DATA\data game\samp\freedom_0.3.7_R1_win32\pawno\include\audio.inc(37) : error 001: expected token: ";", but found "-label-"
D:\DATA\data game\samp\freedom_0.3.7_R1_win32\pawno\include\audio.inc(38) : error 001: expected token: "-identifier-", but found "-tagname-"
D:\DATA\data game\samp\freedom_0.3.7_R1_win32\pawno\include\audio.inc(38) : error 001: expected token: ";", but found "-label-"
D:\DATA\data game\samp\freedom_0.3.7_R1_win32\pawno\include\audio.inc(39) : error 001: expected token: "-identifier-", but found "-tagname-"
D:\DATA\data game\samp\freedom_0.3.7_R1_win32\pawno\include\audio.inc(39) : error 001: expected token: ";", but found "-label-"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
REP+


Re: Audio Plugin - HazardouS - 18.08.2016

Quote:
Originally Posted by davidbull
View Post
i got errors when compile
I would suggest trying the following things:
- Make sure you have the latest .inc file, or the one that corresponds to the plugin version that you have installed;
- If the previous step didn't fix the problem, try opening the .inc file, identify the lines that cause the errors and try to fix them by correcting any syntax or algorithm mistake.


Re: Audio Plugin - davidbull - 24.08.2016

found bug: player can't reconnect to tcp server (client-side)


Re: Audio Plugin - [Twixx] - 23.02.2017

Hello,

Me and a friend of mine have been trying to make use of Incognito's Audio Plugin for our server, but have ran into an issue.

The issue would be that 3D sounds do not seem to work properly. They work for the host, but the sounds won't play for any clients, returning the following error in the logs:

Code:
Error creating mixer for playback of "dooropen.ogg": Invalid handle.
Switching the sound to 2D by not downmixing somewhat fixes it, the sound plays, but it's not 3d as required.

We've gonne trough many possible fixes and none seem to work.

Does anyone have any possible solutions?


Re: Audio Plugin - DimaShift - 26.05.2017

this plugin working for new verison SA:MP 0.3.7 - R2?


Re: Audio Plugin - Michalec - 03.06.2017

Yes, plugin works on 0.3.7 R2

I have question: Is that possible to connect 2 clients from the same IP?
Now client disconnects when trying to join as second player from the same IP.


Re: Audio Plugin - DimaShift - 04.06.2017

Quote:
Originally Posted by Michalec
View Post
Yes, plugin works on 0.3.7 R2

I have question: Is that possible to connect 2 clients from the same IP?
Now client disconnects when trying to join as second player from the same IP.
Does not connect the player to it! What can he have?


Re: Audio Plugin - Salik - 06.06.2017

OnPlayerDisconnect - double called, it's bug?