SA-MP Forums Archive
Play audio stream link that a player inserts for everyone, how? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Play audio stream link that a player inserts for everyone, how? (/showthread.php?tid=403865)



Play audio stream link that a player inserts for everyone, how? - gnoomen2 - 01.01.2013

My idea is something like this:
pawn Код:
COMMAND:playsong(playerid, params[])
for (new i=0; i < MAX_PLAYERS; i++)
{
PlayAudioStreamForPlayer(i,"LINK THAT THE PLAYER INSERTS?");
}
Play the audio stream link that a player inserts for everyone. Thanks!


Re: Play audio stream link that a player inserts for everyone, how? - gnoomen2 - 03.01.2013

Anyone?