music url
#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


Messages In This Thread
music url - by iBots - 20.12.2013, 06:46
Re: music url - by BizzyD - 20.12.2013, 07:09
Re: music url - by iBots - 20.12.2013, 07:10
Re: music url - by VenomMancer - 20.12.2013, 07:12
Re: music url - by iBots - 20.12.2013, 07:20
Re: music url - by PowerPC603 - 20.12.2013, 07:24
Re: music url - by Hybris - 20.12.2013, 07:25
Re: music url - by iBots - 20.12.2013, 07:33

Forum Jump:


Users browsing this thread: 1 Guest(s)