SA-MP Forums Archive
PlayAudioStreamForPlayer - 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: PlayAudioStreamForPlayer (/showthread.php?tid=468094)



PlayAudioStreamForPlayer - Juniiro3 - 06.10.2013

Hi guys, is there a way to remove this message: "Audio Stream: http://[URL]" ?


Re: PlayAudioStreamForPlayer - DaRk_RaiN - 06.10.2013

You can but you'll have to clear the chat aswell
pawn Код:
//code
PlayAudioStreamForPlayer(..);
for(new i = 0; i < 10; i++)
{
 SendClientMessage(playerid,-1,"");
}
//code



Re: PlayAudioStreamForPlayer - x96664 - 06.10.2013

No, there is no way to remove it, but you can use Incognito's Audio plugin which doesn't send such messages with links etc.


Re: PlayAudioStreamForPlayer - xXShadowXx - 06.10.2013

Type /audiomsg.

It's not possible to do it server-sided though.


Re: PlayAudioStreamForPlayer - Juniiro3 - 06.10.2013

Thank's, i will use Incognito's Audio Plugin