Audio streaming websites
#5

Do you mean something like this?
pawn Код:
CMD:music( playerid, params[] )
{
    new
        AudioLink[90] //change the string value if the link is more than 90 strings
    ;
    if(sscanf(params, "s[90]", AudioLink))
        return SendClientMessage(playerid, -1, "/music [URL]");
       
    PlayAudioStreamForPlayer( playerid, AudioLink ); return 1;
}
Or something like this?
http://kiwi6.com/
where you can upload .mp3 files and stream it.
Reply


Messages In This Thread
Audio streaming websites - by eemalekorraks - 09.10.2013, 17:26
Re: Audio streaming websites - by JimmyCh - 09.10.2013, 17:46
Re: Audio streaming websites - by eemalekorraks - 09.10.2013, 17:54
Re: Audio streaming websites - by JimmyCh - 09.10.2013, 18:03
Re: Audio streaming websites - by Patrick - 09.10.2013, 18:06
Re: Audio streaming websites - by ic3cr3am - 09.10.2013, 18:26
Re: Audio streaming websites - by eemalekorraks - 09.10.2013, 18:31

Forum Jump:


Users browsing this thread: 1 Guest(s)