[Tutorial] Funcion ProxPlayAudioStreamForPlayer
#3

No es por fastidiar, pero:
pawn Код:
PlayAudio(Float:rango, playerid, url[]) //No la he testeado, pero deberнa funcionar igual.
{
        new Float:Pos[3];
        GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
        for(new i; i < MAX_PLAYERS; i++)
        {
                if(IsPlayerInRangeOfPoint(i, rango, Pos[0], Pos[1], Pos[2]) && i != playerid)
                {
                        PlayAudioStreamForPlayer(i, url);
                }
        }
        PlayAudioStreamForPlayer(playerid, url);
        return 1;
}
Si se pudiera controlar el volumen del sonido tu funciуn tendrнa mбs sentido. Se agradece igual!

Saludos...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)