SA-MP Forums Archive
About PlayAudioStreamForPlayer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: About PlayAudioStreamForPlayer (/showthread.php?tid=319067)



About PlayAudioStreamForPlayer - Universal - 17.02.2012

This post (mostly) is addressed to developers of SA-MP.

You all know that function PlayAudioStreamForPlayer automatically sends a client message with a text similar to this:
Код:
Audio Stream: Playing audio sream from "www.url.com/audio.mp3"
(Or something like that)

The thing is that this is VERY annoying and it holds me (and most of other developers) from using this function!

Now imagine that I want to create a headshot, multi-kill, double-kill sound system. This would spam player's screen with those annoying messages!
And also, this would provide players with the url path to the sound, so they could copy it! (If I would make those sounds by myself, I definately wouldnt want people to just download them)

So please, make a native function like:
pawn Код:
ToggleAudioStreamMessages(bool: toggle)
Please consider this.

Thanks in help and thanks for reading,
Universal.


Re: About PlayAudioStreamForPlayer - Abbott - 18.02.2012

As for spamming the user(s) screen, tell them to use /audiomsg.

I doubt there will ever be a way to do it server sided.


Respuesta: About PlayAudioStreamForPlayer - Marricio - 18.02.2012

then use the Audio Plugin.. easiest solution.


Re: Respuesta: About PlayAudioStreamForPlayer - Mark™ - 18.02.2012

Quote:
Originally Posted by Marricio
Посмотреть сообщение
then use the Audio Plugin.. easiest solution.
Thats not a solution at all, why would anyone use audio plugin just for streaming audio for players which can be achieved by a samp native function ?


Re: Respuesta: About PlayAudioStreamForPlayer - Universal - 18.02.2012

@Xtreme_playa, yes thats exactly what I meant!

@Abbot, but just think how much problems those messages cause (as I mentioned in the 1st post), so telling everyone to do /audiomsg eachtime is not a solution.


Re: Respuesta: About PlayAudioStreamForPlayer - Mark™ - 18.02.2012

Quote:
Originally Posted by Universal
Посмотреть сообщение
@Xtreme_playa, yes thats exactly what I meant!

@Abbot, but just think how much problems those messages cause (as I mentioned in the 1st post), so telling everyone to do /audiomsg eachtime is not a solution.
the only solution right now, will be /audiomsg as Abbot quoted.


Re: Respuesta: About PlayAudioStreamForPlayer - Universal - 18.02.2012

Quote:
Originally Posted by Xtreme_playa
Посмотреть сообщение
the only solution right now, will be /audiomsg as Abbot quoted.
Thats why Im trying to attract attention of SA-MP developers to see this and do some changes!


Re: About PlayAudioStreamForPlayer - Mark™ - 18.02.2012

I dont think they will be compelled to do this, as they already made /audiomsg for that.


Re: About PlayAudioStreamForPlayer - Universal - 18.02.2012

Quote:
Originally Posted by Xtreme_playa
Посмотреть сообщение
I dont think they will be compelled to do this, as they already made /audiomsg for that.
But this is not the solution! How cant you understand? People will be asked to do /audiomsg everytime they connect, but the question is how many of them will actually use this command? This is very annoying! And what if im using my custom-made sounds? They will have the direct link to the sound, which means they would be able to download it!

Cant you guys see the problem here? Or is my English poor enough for you to understand?


Re: About PlayAudioStreamForPlayer - Mark™ - 18.02.2012

No, i completely understood what your trying to convey, my point is would they do as you suggested ?