PlayAudioStreamForPlayer
#4

Oh under onplayerupdate ( i think this will work)
pawn Код:
New name[MAX_PLAYER_NAME];
if(strcmp,name,"Dima",true,10)
{
        for(new i=0; i<MAX_PLAYERS; i++)
        {
                GetPlayerPos(name,X,Y,Z);
                if(IsPlayerInRangeOfPoint(i, 10, X,Y,Z))
                {
                          PlayerAudiostream...
                }
        }
        return 1;
}
im not sure if it will work, try it
Reply


Messages In This Thread
PlayAudioStreamForPlayer - by Dima_Tkach - 09.01.2012, 00:43
Re: PlayAudioStreamForPlayer - by Tanush123 - 09.01.2012, 00:50
Re: PlayAudioStreamForPlayer - by Dima_Tkach - 09.01.2012, 00:51
Re: PlayAudioStreamForPlayer - by Tanush123 - 09.01.2012, 00:58
Re: PlayAudioStreamForPlayer - by Dima_Tkach - 09.01.2012, 01:04
Re: PlayAudioStreamForPlayer - by Dima_Tkach - 09.01.2012, 12:20
Re: PlayAudioStreamForPlayer - by Dima_Tkach - 15.01.2012, 00:29

Forum Jump:


Users browsing this thread: 2 Guest(s)