Sound is supposed to be played at a certain position
#3

If you mean you want to PlayerPlaySound in a range of coordinates, then:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerInRangeOfPoint(i, 10, 0.0, 0.0, 0.0))//edit
   {
        PlayerPlaySound(i)//....
   }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)