10.09.2018, 16:14
Подскажите как сделать чтоб сирена была слышна всем в радиусе 300
PHP Code:
case D_SIRENA:
{
if(response)
{
PlayAudioStreamForPlayer(playerid, "http://d.zaix.ru/8yzi.mp3",-1142.7397,-987.3260,129.2630, 300, 1);
SendClientMessage(playerid, COLOR_SYSTEM, !"Сигнальная тревога включена");
}
}
PHP Code:
case D_SIRENA1:
{
if(response)
{
StopAudioStreamForPlayer(playerid);
SendClientMessage(playerid, COLOR_SYSTEM, !"Сигнальная тревога выключена");
}
}