[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


Messages In This Thread
[AJUDA] Ajuda ae - by Felipe_Freeze - 29.02.2012, 18:33
Re: [AJUDA] Ajuda ae - by Kmatsu - 29.02.2012, 18:38
Re: [AJUDA] Ajuda ae - by Felipe_Freeze - 29.02.2012, 18:42
Re: [AJUDA] Ajuda ae - by GuiihCamargo - 29.02.2012, 18:54
Re: [AJUDA] Ajuda ae - by Felipe_Freeze - 29.02.2012, 19:09
Re: [AJUDA] Ajuda ae - by Felipe_Freeze - 29.02.2012, 19:15

Forum Jump:


Users browsing this thread: 3 Guest(s)