07.04.2013, 13:44
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:
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!
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;
}
thanks!


