Problem with a Song.
#1

Hello,
I've wanted to set a song as sound while the players are choosing their Class but I have met a problem.
The song is from *******.com and doesn't loads, any link from ******* doesn't works.Why ?
Код:
public OnPlayerConnect(playerid)
{
    PlayAudioStreamForPlayer(playerid, "http://www.youtube.com/watch?v=Yg-RIOATCbU&ob=av2n");
	return 1;
}

public OnPlayerRequestSpawn(playerid)
{
	StopAudioStreamForPlayer(playerid);
	return 1;
}
Can anyone help me to fix it ?
Reply


Messages In This Thread
Problem with a Song. - by x96664 - 13.05.2012, 08:23
Re: Problem with a Song. - by huhander - 13.05.2012, 08:31
Re: Problem with a Song. - by JaKe Elite - 13.05.2012, 08:48
Re: Problem with a Song. - by x96664 - 13.05.2012, 09:05
Re: Problem with a Song. - by huhander - 13.05.2012, 09:12
Re: Problem with a Song. - by RedWingz - 13.05.2012, 09:12
Re: Problem with a Song. - by x96664 - 13.05.2012, 10:48
Re: Problem with a Song. - by RedWingz - 13.05.2012, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)