[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
#2

Hmm that's great PlayTube but this seams better
Great Job Bro
Reply
#3

Quote:
Originally Posted by VladimirMark
Посмотреть сообщение
Hmm that's great PlayTube but this seams better
Great Job Bro
thanks!
Reply
#4

is it the same as your filterscript?
Reply
#5

Great Job bro!
Reply
#6

Quote:
Originally Posted by GeasyW
Посмотреть сообщение
Great Job bro!
thanks!
Reply
#7

Do you even own the domain/php file used for getting the ******* audio? If not you should be posting some credits to the person that actually did the hard part and made the php side for this to even work. Same goes for your filterscript that does the same thing.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)