Audiostream help
#3

pawn Код:
CMD:animals(playerid, params[])
{
new audioplaying;
    if(IsPlayerAdmin(playerid))
{
    audioplaying =1;
}
for( new u; u < MAX_PLAYERS; u++ )
    {
        if(audioplaying == 1)
            {
            PlayAudioStreamForPlayer( u, "http://k002.kiwi6.com/hotlink/v01a10y69h/animals.mp3" );
            }
}
else {
SendClientMessage(playerid, -1, "Nope!");
}
SendClientMessageToAll(-1, "Now playing: Martin Garrix - Animals");
return 1;
}
apologies for the shitty indents.
Reply


Messages In This Thread
Audiostream help - by eemalekorraks - 09.10.2013, 19:08
Re: Audiostream help - by Restriction - 09.10.2013, 19:37
Re: Audiostream help - by Mattakil - 10.10.2013, 00:31
Re: Audiostream help - by eemalekorraks - 10.10.2013, 14:03
Re: Audiostream help - by edzis84 - 10.10.2013, 15:26

Forum Jump:


Users browsing this thread: 2 Guest(s)