radio system how to add radio songs help!
#9

lmfao dude i said ignore the cmd

PHP Code:
                                                 Change this 2 "w/e u want"
PlayAudioStreamForPlayer(playerid"http://somafm.com/tags.pls"); //add this instead 
you can put that in a dialog, on player connect, on player spawn, in a cmd, onclassrequest, onplayerupdate, onplayer entervehicle

It works i took this from MY! script sa an eg
PHP Code:
    if(dialogid == //put ur own id here)
    
{
        if(
response)
        {
            if(
listitem == 0)
            {
                
PlayAudioStreamForPlayer(playerid,"http://k006.kiwi6.com/hotlink/53j63wgkf3/i_m_on_one_explicit_version_.mp3");
            }
            if(
listitem == 1)
            {
                
PlayAudioStreamForPlayer(playerid,"http://k005.kiwi6.com/hotlink/7g113k6r2s/you_can_t_say_lyrics_-vybz_kartel.mp3");
            }
            if(
listitem == 2)
            {
                
PlayAudioStreamForPlayer(playerid,"http://k006.kiwi6.com/hotlink/f2p4hhjklf/2_chainz_-_no_lie_explicit_ft._drake.mp3");
            }
            if(
listitem == 3)
            {
                
PlayAudioStreamForPlayer(playerid,"http://k006.kiwi6.com/hotlink/l2cd1r37c2/calvin_harris_-_feel_so_close.mp3");
            }
            if(
listitem == 4)
            {
                
PlayAudioStreamForPlayer(playerid,"http://k006.kiwi6.com/hotlink/f218db645s/drake_-_miss_me_ft._lil_wayne.mp3");
            }
        }
        return 
1;
    } 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)