How to create an automatic music stream
#1

Hello,

I have a TDM server and I want it to stream music automatically as a player enters the server. The stream should be keep playing unless the player types /stopstream

This is the theme I want it to play: [ame]http://www.youtube.com/watch?v=iiHatTK-DgA[/ame]

Please just make it and post the script. Thank you!
Reply
#2

Quote:
Originally Posted by Xessive
Посмотреть сообщение
Please just make it and post the script. Thank you!
It won't happen. This section is only for people with code and not to request.To request someone to make it for you ash here - https://sampforum.blast.hk/showthread.php?tid=447813
Reply
#3

Under on player connect add
Код:
PlayAudioStreamForPlayer(playerid, "link");
and the command:
Код:
CMD:stopstream(playerid,params[])
{
   StopAudioStream(playerid);
   return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)