AudioStreamForAll ?
#1

Hi, i would really like to know a way to play a audiostream for each player at the same time with a command. this is how i have it atm:

pawn Код:
CMD:rumble(playerid,params[]) {
    if(PlayerInfo[playerid][Level] >= 5 || IsPlayerAdmin(playerid)) {
    StopAudioStreamForPlayer(playerid);
    PlayAudioStreamForPlayer(i, "http://24.media.v4.skyrock.net/music/245/dcd/245dcdbcbc5b0e5b2f89c26fc1eed062.mp3");
    SendClientMessage(playerid, C_BLUE, "Type /stoprumble to stop this music");
    return 1;
}
i already saw a way to do it for players that are close to you but i want it in a command as shown here (above) and for every player.

thanks!
Reply


Messages In This Thread
AudioStreamForAll ? - by Proph3t - 07.04.2013, 13:44
Re: AudioStreamForAll ? - by yanir3 - 07.04.2013, 14:41
Re: AudioStreamForAll ? - by Proph3t - 07.04.2013, 14:51
Re: AudioStreamForAll ? - by Proph3t - 07.04.2013, 14:55
Re: AudioStreamForAll ? - by Proph3t - 07.04.2013, 14:59
Re: AudioStreamForAll ? - by Scenario - 07.04.2013, 15:10
Re: AudioStreamForAll ? - by ReVo_ - 07.04.2013, 15:46
Re: AudioStreamForAll ? - by Scenario - 07.04.2013, 15:57
Re: AudioStreamForAll ? - by Proph3t - 08.04.2013, 04:58
Re: AudioStreamForAll ? - by MP2 - 08.04.2013, 05:04

Forum Jump:


Users browsing this thread: 1 Guest(s)