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 - Incognito - 07.07.2010

Quote:
Originally Posted by [PTM]Al_Pacino
Посмотреть сообщение
Would it be possible to add a support for GTA United Multiplayer? (it's running 0.3a version)
I have no way of testing that right now, but I'm sure it could work.

Quote:
Originally Posted by Wicko
Посмотреть сообщение
Welcome back, Incognito.
We're after migrating to 64-bit Linux distribution now and unfortunately there is a new problem with the plugin.
After hours of proper working it tends to crash. I'm not sure whether it's related to amount of players online yet. Anyway, the bash output is:
Код:
 terminate called after throwing an instance of 'boost::thread_resource_error'
  what():  boost::thread_resource_error
That's all I've got for now. If you'd like me to debug it futher in some way, please let me know. Do you think it's going to be easy to fix?
The problem is most likely your 64-bit distribution. Try recompiling the plugin on your own machine. (You may need to rebuild the thread library yourself if Boost is causing the crashes, however.)


Re: [REL] Audio Plugin v0.4 - BloodyEric - 01.08.2010

Players who doesn't have the client installed just won't hear anything that would be played by the audio plugin, but they can connect the server without any problems.


Re: [REL] Audio Plugin v0.4 - ZxPwn420 - 02.08.2010

Quote:
Originally Posted by Server
*** Audio_CreateTCPServer: Error binding socket: An attempt was made to access a socket in a way forbidden by its access permissions.
Hmm =/ Good plugin though


Re: [REL] Audio Plugin v0.4 - RyDeR` - 02.08.2010

Isn't there a possibility to install the client automaticly when joining?


Re: [REL] Audio Plugin v0.4 - Brian_Furious - 02.08.2010

Quote:
Originally Posted by RyDeR`
Посмотреть сообщение
Isn't there a possibility to install the client automaticly when joining?
I dont know i think...Maybe if you have MySql..


Re: [REL] Audio Plugin v0.4 - BloodyEric - 02.08.2010

Just kick the player and give him a short link where he can download the plugin. :P


Re: [REL] Audio Plugin v0.4 - hpeter94 - 02.08.2010

you writed it works with SHOUTcast... how? i tired it with .m3u and .pls files and its dont work


Re: [REL] Audio Plugin v0.4 - matthewdriftking - 02.08.2010

I still can understand what this plugin do? Can someone help me?
Is this Just play a .mp3 file from a Website?


Re: [REL] Audio Plugin v0.4 - Brian_Furious - 02.08.2010

Quote:
Originally Posted by matthewdriftking
Посмотреть сообщение
I still can understand what this plugin do? Can someone help me?
Is this Just play a .mp3 file from a Website?
Nope...not only .mp3 and not only from websites


Re: [REL] Audio Plugin v0.4 - ft941 - 03.08.2010

good job man!


Re: [REL] Audio Plugin v0.4 - billiout - 08.08.2010

how to check if the player has installed the client on his computer and he is not kick him?


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

Quote:
Originally Posted by billiout
Посмотреть сообщение
how to check if the player has installed the client on his computer and he is not kick him?
Something like this:
pawn Код:
if(!Audio_IsClientConnected(playerid))
{
SendClientMessage(playerid,GREEN,"You need the audio client installed.");
Kick(playerid);
}



Re: [REL] Audio Plugin v0.4 - Zafire1410 - 08.08.2010

is possible to makee an audio syncrhonized.. for exampleee if i playy a music track in the entrance of caligulas casino..
When somebody is near i will use Audio_Play... i want createee a Global Audio.. something i can create on gamemode init or something like that or a players create it.. but people here that song too and sync

Example

Dj Tiesto - Imsonia
llllllllllllllllllllolllllllllllllllllllllllllllll llllllllllllllllllllllllllllllllllllllll
0 20s Line Time
<---------------------------------------------------
And if somebody enter the game hear that music at second 20s l

because if i use Audio_Play the audio will star at 0.. like this

Dj Tiesto - Imsonia
olllllllllllllllllllllllllllllllllllllllllllllllll llllllllllllllllllllllllllllllllllllllll
0 20s Line Time
(I dont want This)

I want people hear the music at the same time..


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

Audio_Seek(playerid, handleid, seconds);
Seeks playback in seconds for an audio stream assigned to a player's handleid

Though it won't be perfectly synced


Re: [REL] Audio Plugin v0.4 - billiout - 10.08.2010

i have a question. the plugin can open pls files? i mean steamed pls files. its possible? i know its no sound file but playlist but can its open this files? thanks!


AW: [REL] Audio Plugin v0.4 - Meta - 11.08.2010

yes, it can


Re: [REL] Audio Plugin v0.4 - billiout - 11.08.2010

how to mute the radio station from cars?


Re: [REL] Audio Plugin v0.4 - MPKaboose - 11.08.2010

Quote:
Originally Posted by billiout
Посмотреть сообщение
how to mute the radio station from cars?
Put the radio volume down there is no other way


Re: [REL] Audio Plugin v0.4 - billiout - 11.08.2010

i know that but how? i confused with this plugin. its very complicate. :S


Re: [REL] Audio Plugin v0.4 - MPKaboose - 11.08.2010

In the options menu > audio > radio (or similar and I'm talking about the in-game options menu)