SA-MP Forums Archive
PlayAudioStreamForPlayer Doesnt Work - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PlayAudioStreamForPlayer Doesnt Work (/showthread.php?tid=411554)



PlayAudioStreamForPlayer Doesnt Work - I3Psychedelic - 29.01.2013

I cant hear anything..
pawn Код:
CMD:stest2(playerid, params[])
{
    StopAudioStreamForPlayer(playerid);
    new Float:xx,Float:yy,Float:zz,Float:dis;
    dis = 50.0;
    GetPlayerPos(playerid,xx,yy,zz);
    PlayAudioStreamForPlayer(playerid,"http://yp.shoutcast.com/sbin/tunein-station.pls?id=2131",xx,yy,zz,dis,1);
    return 1;
}



Re: PlayAudioStreamForPlayer Doesnt Work - SuperViper - 29.01.2013

If you see the green "Audio stream: url" message, then it's a problem with the URL. If you don't see it, then try again with /audiomsg and make sure it's on. If it's on and you don't see the message, then turn on your radio volume in ESC > options > audio setup.


Re: PlayAudioStreamForPlayer Doesnt Work - I3Psychedelic - 29.01.2013

Quote:
Originally Posted by SuperViper
Посмотреть сообщение
If you see the green "Audio stream: url" message, then it's a problem with the URL. If you don't see it, then try again with /audiomsg and make sure it's on. If it's on and you don't see the message, then turn on your radio volume in ESC > options > audio setup.
In israel we call pepole like you "zadik ehad be sdom"(one righteous person in Sodom )
Means you helped me alot , THANKS !