09.07.2018, 08:13
Quote:
http://telegramapi.eu5.org/youtubeapi/index.php?v=
After v goes the code of YouTube, watch?v=x http://telegramapi.eu5.org/youtubeap...Maroon 5 sugar After n goes the song name. Note: If you want the php source to host ir yourself I would share it too. |
Code:
new url[14]; new surl[256]; if(sscanf(params,"s[14]",url)) return SendClientMessage(playerid, GREY, "* usage: /play <Video Id>"); format(surl,sizeof (surl), "http://telegramapi.eu5.org/youtubeapi/index.php?v=%s%", url); PlayAudioStreamForPlayer(playerid, surl); return 1;
How to do then??