[Doubt] Play sounds without the audio stream message - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Doubt] Play sounds without the audio stream message (
/showthread.php?tid=427251)
[Doubt] Play sounds without the audio stream message -
Onfroi - 01.04.2013
Well I was wondering how to play a sound from a .mp3 url but when it plays IG that it won't send this message... "Audio Stream: music URL", seems like it can be possible because I just saw it on a server, thanks!
Re: [Doubt] Play sounds without the audio stream message -
Pawnie - 01.04.2013
Код:
audiomsgoff - If this option is set to 1, no Audio Stream: messages will be displayed in the chat window when the server requests the client to connect to an audio stream. This option is enabled/disable with the client-side /audiomsg command.
as I know, cannot be set client sided
Maybe put a textdraw?
EDIT: I just noticed, maybe this can help
https://sampforum.blast.hk/showthread.php?tid=82162
Respuesta: Re: [Doubt] Play sounds without the audio stream message -
Onfroi - 01.04.2013
Quote:
Originally Posted by Pawnie
Код:
audiomsgoff - If this option is set to 1, no Audio Stream: messages will be displayed in the chat window when the server requests the client to connect to an audio stream. This option is enabled/disable with the client-side /audiomsg command.
as I know, cannot be set client sided
Maybe put a textdraw?
EDIT: I just noticed, maybe this can help
https://sampforum.blast.hk/showthread.php?tid=82162
|
Have to use that plugin? isn't there an easier way?