[AJUDA] Ajuda ae
#1

Eu tenho um filter Script de Tocar Web Radios quando entra nos carros , mas eu coloquei uma que nao estб tocando :
Essa eu tentei por
pawn Код:
if(StationiD == 1)
    {
        KillTimer(HideTimer[playerid]);

        PlayAudioStreamForPlayer(playerid, "http://174.36.196.156:7390/");

        SetPVarInt(playerid, "StationiD", 1);

        TextDrawShowForPlayer(playerid, pRadioStation[playerid]);
        TextDrawSetString(pRadioStation[playerid], "Radio Vlogs");

        HideTimer[playerid] = SetTimerEx("RadioText", 3000, false, "i", playerid);
    }
Essa aqui ja tinha
pawn Код:
else if(StationiD == 2)
    {
        KillTimer(HideTimer[playerid]);

        PlayAudioStreamForPlayer(playerid, "http://tx.whatson.com/icecast.php?i=hits.mp3.m3u");

        SetPVarInt(playerid, "StationiD", 2);

        TextDrawSetString(pRadioStation[playerid], "Radio Hits");
        TextDrawShowForPlayer(playerid, pRadioStation[playerid]);

        HideTimer[playerid] = SetTimerEx("RadioText", 3000, false, "i", playerid);
    }
Reply
#2

troque o link por esse:
http://174.36.196.156:7390/;stream.nsv&type=mp3
Reply
#3

Tbm nao deu .. tipo ela nao toca =s como se tivesse sem ela ...
Reply
#4

Cara й que esse ae й o IP da rбdio , aquele ali й o URL da Musica hosteada em algum lugar Ex: 4shared
Reply
#5

Mas nao й o ip da radio quem tem que por ?
Reply
#6

Jб consegui era sу por http://IP:Port/listen.pls
xD

vlw pela ajuda ae
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)