[AJUDA] Radio n funcionando
#2

Tenta assim;
pawn Код:
stock ChangeRadioStation(playerid, const url[])
{
    format(Radio[playerid],strlen(url), url);
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
           if(IsPlayerInAnyVehicle(i))
           {
               new Float:X, Float:Y, Float:Z, Float:Distance = 25.0;
               GetPlayerPos(i, X, Y, Z);
               StopAudioStreamForPlayer(i);
               PlayAudioStreamForPlayer(i, Radio[i], X, Y, Z, Distance, 1);
               RadioID[playerid] = i;
           }
        }
    }
    return 0;
}
Reply


Messages In This Thread
[AJUDA] Radio n funcionando - by Aquilis - 08.12.2011, 00:43
Re: [AJUDA] Radio n funcionando - by Victor Cesaroni - 08.12.2011, 00:59
Re: [AJUDA] Radio n funcionando - by Aquilis - 08.12.2011, 01:03
Re: [AJUDA] Radio n funcionando - by ViniBorn - 08.12.2011, 03:25
Re: [AJUDA] Radio n funcionando - by Aquilis - 08.12.2011, 04:03
Respuesta: [AJUDA] Radio n funcionando - by ErickOwnZ - 08.12.2011, 04:55
Re: Respuesta: [AJUDA] Radio n funcionando - by ReDKiiL - 08.12.2011, 10:19
Re: [AJUDA] Radio n funcionando - by Aquilis - 08.12.2011, 15:45
Re: [AJUDA] Radio n funcionando - by telmo_ferreira - 13.12.2011, 11:22

Forum Jump:


Users browsing this thread: 3 Guest(s)