SA-MP Forums Archive
How do i play this radio station? - 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: How do i play this radio station? (/showthread.php?tid=319517)



How do i play this radio station? - emokidx - 19.02.2012

how will i play this one ? lol
Code:
http://50.30.32.210:8027
xD


Re: How do i play this radio station? - milanosie - 19.02.2012

pawn Code:
PlayAudioStreamForPlayer(playerid, "50.30.32.210:8027");



Re: How do i play this radio station? - aRoach - 19.02.2012

Try this:
pawn Code:
PlayAudioStreamForPlayer( playerid, "http://50.30.32.210:8027/listen.pls" );
EDIT: milanosie, that will not work, for sure, because there is not a file...


Re: How do i play this radio station? - emokidx - 19.02.2012

omg sorry xD i forgot that there were the double quotes in the url x:
thnx