[FilterScript] Sistema de Som Automotivo
#10

Quote:
Originally Posted by Negritimo
Посмотреть сообщение
Olha Achei bem legal o sistema, porem o volume nao diminui quando voce estб um pouco longe, se voce resolver isso e tambem o fato de quem chegar depois de vc ter colocado conseguir escutar iria ficar bem foda
Use essa funзгo:
PHP код:
stock PlayAudioStreamInRange(url[], Float:distFloat:xFloat:yFloat:z)
{
    for(new 
0GetPlayerPoolSize(); <= mi++)
    {
        if(
IsPlayerConnected(i))
        {
            if(
IsPlayerInRangeOfPoint(idistxyz))
            {
                
PlayAudioStreamForPlayer(iurlxyzdist1);
            }
        }
    }
    return 
1;

Exemplo (em uma dialog):
PHP код:
new Float:xFloat:yFloat:z;
GetVehiclePos(GetPlayerVehicleID(playerid), xyz);
PlayAudioStreamInRange(inputtext10.0xyz); 
Reply


Messages In This Thread
Sistema de Som Automotivo - by Cidiei - 29.07.2014, 21:27
Re: Sistema de Som Automotivo - by ViniBorn - 29.07.2014, 21:47
Re: Sistema de Som Automotivo - by Deeh16 - 29.07.2014, 21:47
Re: Sistema de Som Automotivo - by darkxdll - 29.07.2014, 21:48
Re: Sistema de Som Automotivo - by Cidiei - 29.07.2014, 21:52
Re: Sistema de Som Automotivo - by SeV_ - 29.07.2014, 22:18
Re: Sistema de Som Automotivo - by Cidiei - 29.07.2014, 22:20
Re: Sistema de Som Automotivo - by Negritimo - 08.11.2017, 12:38
Re: Sistema de Som Automotivo - by Gguiz - 08.11.2017, 14:41
Re: Sistema de Som Automotivo - by RodrigoMSR - 08.11.2017, 16:16

Forum Jump:


Users browsing this thread: 1 Guest(s)