In-Game Music Player for ALL +REP
#4

try this:
Код:
stock PlayAudioStreamForAll(url[])
{
    for(new i; i<GetMaxPlayers(); i++)
    {
        if(IsPlayerConnected( i ))
        {
            PlayAudioStreamForPlayer(i, url, x, y, z, distance);
        }
    }
    return 1;
   
}
Reply


Messages In This Thread
In-Game Music Player for ALL +REP - by TheMightyEddy - 01.04.2012, 13:46
Re: In-Game Music Player for ALL +REP - by Tanush123 - 01.04.2012, 13:47
Re: In-Game Music Player for ALL +REP - by TheMightyEddy - 01.04.2012, 13:54
Re: In-Game Music Player for ALL +REP - by Avi57 - 01.04.2012, 14:18
Re: In-Game Music Player for ALL +REP - by TheMightyEddy - 01.04.2012, 14:22
Re: In-Game Music Player for ALL +REP - by Avi57 - 01.04.2012, 14:26
Re: In-Game Music Player for ALL +REP - by TheMightyEddy - 01.04.2012, 14:31
Re: In-Game Music Player for ALL +REP - by TheMightyEddy - 01.04.2012, 14:42
Re: In-Game Music Player for ALL +REP - by Jonny5 - 01.04.2012, 14:55
Re: In-Game Music Player for ALL +REP - by TheMightyEddy - 01.04.2012, 14:58

Forum Jump:


Users browsing this thread: 1 Guest(s)