/music help
#2

try this

Код:
if (strcmp("/music", cmd, true) == 0)
    {
        new Float:x, Float:y, Float:z, Float:distance = 3.0;
   
        GetPlayerPos(playerid,x,y,z);
        if(IsPlayerInRangeOfPoint(playerid,3.0,x,y,z))
        PlayAudioStreamForPlayer(playerid, "http://www.pandora.com/#!/stations/play/94504033836520830",x,y,z,distance,0);
        return 1;
    }
Reply


Messages In This Thread
/music help - by fangoth1 - 02.01.2012, 12:43
Re: /music help - by N0FeaR - 02.01.2012, 12:46
Re: /music help - by fangoth1 - 02.01.2012, 12:53
Re: /music help - by N0FeaR - 02.01.2012, 12:55
Re: /music help - by fangoth1 - 02.01.2012, 12:56
Re: /music help - by N0FeaR - 02.01.2012, 12:59
Re: /music help - by fangoth1 - 02.01.2012, 13:01
Re: /music help - by fangoth1 - 02.01.2012, 13:36

Forum Jump:


Users browsing this thread: 1 Guest(s)