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: [REL] Audio Plugin v0.4 - Hot - 06.03.2010

Incognito i will thankful for you for all the rest of my journey on sa-mp (:


Re: [REL] Audio Plugin v0.4 - Evoturk - 07.03.2010

Thanks Goog job. I like it


Re: [REL] Audio Plugin v0.4 - Fresh9884 - 07.03.2010

I just got to put this on my server and im doing thanks.


Re: [REL] Audio Plugin v0.4 - Fj0rtizFredde - 10.03.2010

Incognito is it possible that you could add something to get current song/listeners for let's say.. A shoutcast server?


Re: [REL] Audio Plugin v0.4 - SiJ - 11.03.2010

Function IsAudioTransfered(playerid,audioid) would be cool to. It would check if audioid is already transfered to playerid


Re: [REL] Audio Plugin v0.4 - gotenks918 - 11.03.2010

Yo, anyone got a server I can test this on?

Edit: Nevermind, set up my own.


Re: [REL] Audio Plugin v0.4 - tjying95 - 13.03.2010

Hmm, i m wondering, is it possible that the plugin is causing the server to freeze?

My server become frozen randomly after i make use of the audio plugin.


Re: [REL] Audio Plugin v0.4 - CracK - 13.03.2010

Quote:
Originally Posted by tjying95
My server become frozen randomly after i make use of the audio plugin.
Freezes and then restarts?
I am wondering if it's the same problem I have. Check the log where it freezes
For me it happens when someone connects with audioclient, but not always


Re: [REL] Audio Plugin v0.4 - Misiek - 13.03.2010

It's been already discussed.
A part of the problem was clearly addressed, but it's still there. My server did freeze a few more times since then.


Re: [REL] Audio Plugin v0.4 - XRVX - 13.03.2010

wow amazing good
great work Incognito


Re: [REL] Audio Plugin v0.4 - admin_martijn - 13.03.2010

Someone made a batch-file that install everything correctly can someone post it below me =] Thank You


Re: [REL] Audio Plugin v0.4 - shady91 - 13.03.2010

does this have any effect on slowing down a server? sorry as i haven't checked this topic since the first few versions.


Re: [REL] Audio Plugin v0.4 - yoyo3071a - 14.03.2010

link 0.4 uploadffs dead


Re: [REL] Audio Plugin v0.4 - Incognito - 15.03.2010

Okay, I had a look through the source again today and identified a few more possible problems with thread synchronization. The server plugin only uses a single lock now, so the possibility of freezing should be greatly reduced, if not eliminated. I recommend trying the new version if you were experiencing any problems before (this update is only for servers). Let me know how it works.


Re: [REL] Audio Plugin v0.4 - simonall2 - 17.03.2010

i know type the command ( /play 1 0 0 0 )can play the audio of the audiopack file..but i want to ask

if only one guy type the command in the server...and that server have many peoples...can all peoples

listen the audio at the same time ?? (include that guy who type the play command)


Re: [REL] Audio Plugin v0.4 - SiJ - 17.03.2010

Quote:
Originally Posted by simonall2
i know type the command ( /play 1 0 0 0 )can play the audio of the audiopack file..but i want to ask

if only one guy type the command in the server...and that server have many peoples...can all peoples

listen the audio at the same time ?? (include that guy who type the play command)
yes, use
pawn Код:
for(new i; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
Audio_Play(i,.....);  //Use i instead of playerid here
}
}



Re: [REL] Audio Plugin v0.4 - CracK - 21.03.2010

Quote:
Originally Posted by Incognito
Okay, I had a look through the source again today and identified a few more possible problems with thread synchronization. The server plugin only uses a single lock now, so the possibility of freezing should be greatly reduced, if not eliminated. I recommend trying the new version if you were experiencing any problems before (this update is only for servers). Let me know how it works.
*sigh* It still crashes sometimes when somebody connects


Re: [REL] Audio Plugin v0.4 - Incognito - 21.03.2010

You said a while back that you were running a rather old version of Fedora. My precompiled version is probably incompatible with it, so try compiling the plugin on your own machine.


Re: [REL] Audio Plugin v0.4 - tooomi - 17.04.2010

Quote:
Originally Posted by FunSocke
I can't install the client.
The install button doesn't activate.
I choose the GTA SA folder.
I:\Programme\Rockstar Games\Grand Theft Auto San Andreas
http://www.microsoft.com/downloads/d...9-81da479ab0d7


Re: [REL] Audio Plugin v0.4 - FunSocke - 17.04.2010

I have .net Framework.
Yes, i downloaded it new.
I have Windows 7 64bit.