/music help
#1

any idea why this wont work?
pawn Код:
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);
        return 1;
    }
Reply
#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
#3

negative, still nothing, wont play ive tried many many many urls aswell
Reply
#4

When you type /music that come up in the coner like this Audio Stream:http://www.pandora.com/#!/stations/p...04033836520830
Reply
#5

no, i dont get any message like that
Reply
#6

hmm strange. i look how i have sricpt and look same. sorry cannot help you then
Reply
#7

hmm thats wierd
Reply
#8

any more suggestions
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)