Need help with AudioStream
#1

I would like to have some music on my server. So, how to put own selected music to server with url. Someone can help me script it??
I would like to script my AudioStream with this url Radio :

http://www.litefm.com.my/Listen.aspx
Reply
#2

You can use PlayAudioStreamForPlayer
Example: PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls");
Reply
#3

But how to make it script for AudioStream??

I would like to script AudioScript with this url radio:

http://www.litefm.com.my/Listen.aspx
Reply
#4

PlayAudioSreamForPlayer (playerid, "http://www.litefm.com.my/Listen.aspx");
Put that under a callback or command you want
Reply
#5

Must have a download link for that song... Get the download link of that song and Put it like this

pawn Код:
COMMAND:play(playerid,params[])
{
    PlayAudioStreamForPlayer(playerid, /*the link download of that song put in "__"*/);
    return 1;
}
Reply
#6

Can I just copy the url and paste it there??
Reply
#7

Yes, you can just copy and paste a link to your command.
Are you want it on dialog with input text or just command?
Reply
#8

Quote:
Originally Posted by lider1241
Посмотреть сообщение
Yes, you can just copy and paste a link to your command.
Are you want it on dialog with input text or just command?
I would like to see both of it. If you could make it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)