17.09.2018, 20:37
PHP Code:
case D_SIRENA:
{
if(response)
{
for(new i; i<MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i)) continue;
PlayAudioStreamForPlayer(i, "http://d.zaix.ru/8yzi.mp3",-1142.7397,-987.3260,129.2630, 300, 1);
}
SendClientMessage(playerid, COLOR_SYSTEM, !"Сигнальная тревога включена");
}
}

