[Include] [INC]AudioStream
#1

Information
Hello, everyone, today I built a thing called AudioStream, basically the player can play songs on *******, by linking to *******, you will do the dirty work, published in the meantime, I saw one of those, so short enjoy.
Features
PHP код:
PlayAudioForPlayer(clientid,url[])
PlayAudioForAll(url[])
StopAudioForPlayer(clientid)
StopAudioForAll() 
Credits
PHP код:
/*
    * The big credtt to: iRaiDeN;
        * Give you relief mode, play songs without convert;
            * Features:
                - PlayAudioForPlayer(clientid,url[])
                    - PlayAudioForAll(url[])
                        - StopAudioForPlayer(clientid)
                            - StopAudioForAll()
    ********************* Enjoy ********************************************* */ 
Exampels
PHP код:
OnPlayerConnect(playerid)
{
    
PlayAudioForPlayer(playerid,"www.youtube.com/watch?v=l3Bpvl8S5h8");
    
PlayAudioForAll("www.youtube.com/watch?v=l3Bpvl8S5h8");
    
SetTimerEx("EndMusic",5000,false,"d",playerid);
}
forward EndMusic(playerid);
public 
EndMusic(playerid) return StopAudioForPlayer(playerid),StopAudioForAll(); 
Download
Pastebin.
solidfiles.
Have Fun!
Reply


Messages In This Thread
[INC]AudioStream - by iRaiDeN - 05.05.2014, 20:16
Re: [INC]AudioStream - by VladimirMark - 05.05.2014, 20:39
Re: [INC]AudioStream - by iRaiDeN - 05.05.2014, 20:51
Re: [INC]AudioStream - by XK - 06.05.2014, 05:42
Re: [INC]AudioStream - by GeasyW - 06.05.2014, 09:01
Re: [INC]AudioStream - by iRaiDeN - 06.05.2014, 09:20
Re: [INC]AudioStream - by nickdodd25 - 06.05.2014, 16:43

Forum Jump:


Users browsing this thread: 3 Guest(s)