SA-MP Forums Archive
Audio plugin help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Audio plugin help (/showthread.php?tid=200451)



Audio plugin help - Ivan_Pantovic - 18.12.2010

Should this work, because the sound doesn't play for me :S
On the top
Код:
#include <audio>
Under commands ;
Код:
	if(strcmp(cmd, "/music", true) == 0)
	{
		Audio_PlayStreamed(playerid, "www.shoutcast.com/shoutcast_popup_player?station_id=674096&play_status=1&stn=All%20Hit%2070s%20-%20S%20K%20Y%20.%20F%20M%20-%20All%20Hits,%20All%20Th..", false, false, false);
		return 1;
	}
I have added plugins audio and i have installed client


Thank you


Re: Audio plugin help - [UG]Scripter - 18.12.2010

Just a question.. why are there two (2) '..' at the end of the URL.. Hav eyou check the Server Log for any Errors?


Re: Audio plugin help - Ivan_Pantovic - 18.12.2010

thats the url of SHOUT cast radio, works in web browser .