[AJUDA]PlayAudioStreamForPlayer
#29

pawn Code:
stock ProxAudio ( playerid, url [ ], Float:distance = 30.0 )
{
    new Float:x,
        Float:y,
        Float:z;

    new s = GetMaxPlayers ( );

    GetPlayerPos ( playerid, x, y, z );

    while ( s -- )
    {
        if ( IsPlayerConnected ( s ) && IsPlayerInRangeOfPoint ( s, distance, x, y, z ) )
        {
            PlayAudioStreamForPlayer ( s, url );
        }
    }
}
Reply


Messages In This Thread
[AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 16.12.2011, 21:08
Re: [AJUDA]PlayAudioStreamForPlayer - by Lуs - 16.12.2011, 21:18
Re: [AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 16.12.2011, 21:26
Re: [AJUDA]PlayAudioStreamForPlayer - by Lуs - 16.12.2011, 21:27
Re: [AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 16.12.2011, 21:39
Re: [AJUDA]PlayAudioStreamForPlayer - by [SK]Mulek - 16.12.2011, 21:42
Re: [AJUDA]PlayAudioStreamForPlayer - by Lуs - 16.12.2011, 21:47
Re: [AJUDA]PlayAudioStreamForPlayer - by [SK]Mulek - 16.12.2011, 21:54
Re: [AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 16.12.2011, 22:02
Re: [AJUDA]PlayAudioStreamForPlayer - by Delete_ - 16.12.2011, 22:22
Re: [AJUDA]PlayAudioStreamForPlayer - by Lуs - 16.12.2011, 22:23
Re: [AJUDA]PlayAudioStreamForPlayer - by Delete_ - 16.12.2011, 22:24
Re: [AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 16.12.2011, 22:35
Re: [AJUDA]PlayAudioStreamForPlayer - by Lуs - 16.12.2011, 22:39
Re: [AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 16.12.2011, 22:41
Re: [AJUDA]PlayAudioStreamForPlayer - by Lуs - 16.12.2011, 22:42
Re: [AJUDA]PlayAudioStreamForPlayer - by GustavoBonomo - 16.12.2011, 22:43
Re: [AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 16.12.2011, 22:49
Re: [AJUDA]PlayAudioStreamForPlayer - by ViniBorn - 16.12.2011, 23:01
Re: [AJUDA]PlayAudioStreamForPlayer - by Delete_ - 16.12.2011, 23:02
Re: [AJUDA]PlayAudioStreamForPlayer - by GustavoBonomo - 16.12.2011, 23:03
Re: [AJUDA]PlayAudioStreamForPlayer - by Delete_ - 16.12.2011, 23:12
Re: [AJUDA]PlayAudioStreamForPlayer - by GustavoBonomo - 16.12.2011, 23:39
Re: [AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 16.12.2011, 23:40
Re: [AJUDA]PlayAudioStreamForPlayer - by ViniBorn - 16.12.2011, 23:46
Re: [AJUDA]PlayAudioStreamForPlayer - by GustavoBonomo - 16.12.2011, 23:47
Re: [AJUDA]PlayAudioStreamForPlayer - by Lуs - 16.12.2011, 23:48
Re: [AJUDA]PlayAudioStreamForPlayer - by WalkerXD - 17.12.2011, 00:57
Re: [AJUDA]PlayAudioStreamForPlayer - by [S]trong - 17.12.2011, 01:00

Forum Jump:


Users browsing this thread: 1 Guest(s)