music url
#1

any way to get music valid url to play it in gamem using PlayAudioStreamerForPlayer?
i dont know how to get url to music to play it,please help
Reply
#2

You can use ******* urls
Reply
#3

doesnt work
Reply
#4

Will work if you use the music's link download
Reply
#5

example?
Reply
#6

Код:
// This command allows a player to start playing an audiostream
COMMAND:startstream(playerid, params[])
{
	// Start audiostream
	PlayAudioStreamForPlayer(playerid, "http://listen.sky.fm/public3/the80s.pls");

	// Let the server know that this was a valid command
	return 1;
}

// This command allows a player to stop playing an audiostream
COMMAND:stopstream(playerid, params[])
{
	// Stop audiostream
	StopAudioStreamForPlayer(playerid);

	// Let the server know that this was a valid command
	return 1;
}
Reply
#7

I use mBox drive try it
http://www.mboxdrive.com/
Reply
#8

Thanks Hybris!!! worked,giving +REP
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)