Direct Music Links
#1

Код:
#define FILTERSCRIPT

#include <a_samp>
#include <foreach>
#include <zcmd>

CMD:playall(playerid, params[])
{
	if (!IsPlayerAdmin(playerid)) return 1;
	if (isnull(params)) return SendClientMessage(playerid, -1, "USAGE: /playall [Link]");
	foreach(new i : Player) PlayAudioStreamForPlayer(i, params);
	return 1;
}
So, where can I get a direct music links that I can use to play it?
Reply
#2

kiwi6
Reply
#3

You can do quite lots of stuff, you can even use a free radio streaming service and stream your own music.
Or you can use websites with music links.

For example: http://uk2.internet-radio.com:8176/listen.pls&t=.pls
Reply
#4

Get ******* link >> convert it at ytmp3.cc >> copy link from download button
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)