SA-MP Forums Archive
Steaming Songs - 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: Steaming Songs (/showthread.php?tid=345544)



Steaming Songs - KingyKings - 25.05.2012

My code wont work...

Quote:

public OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid,"welcome",3000,1);
PlayAudioStreamForPlayer(playerid, "http://grooveshark.com/s/Airplanes/45YgS2?src=5");

return 1;
}