[AJUDA] radio
#2

pawn Код:
if(dialogid == 995)
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            new Float:X, Float:Y, Float:Z, Float:Distance = 25.0;
            GetPlayerPos(i, X, Y, Z);
            if(response)
            {
                if(listitem == 0)// Musica teste
                {
                   StopAudioStreamForPlayer(i);
                   PlayAudioStreamForPlayer(i, "http://deltac0.com/m/rick.mp3", X, Y, Z, Distance, 1);
                }
            }
        }
    }
}
Reply


Messages In This Thread
[AJUDA] radio - by Aquilis - 07.12.2011, 00:19
Re: [AJUDA] RADIO - by Victor Cesaroni - 07.12.2011, 00:25
Re: [AJUDA] RADIO - by Aquilis - 07.12.2011, 00:38
Re: [AJUDA] RADIO - by Aquilis - 07.12.2011, 01:02
Re: [AJUDA] RADIO - by ViniBorn - 07.12.2011, 01:05

Forum Jump:


Users browsing this thread: 1 Guest(s)