Radio [Rep +]
- 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: Radio [Rep +] (
/showthread.php?tid=334252
)
Radio [Rep +] -
SiEx
- 14.04.2012
I Almost tryd all Radio System's and none of them worked
can somebody help me
I Want to just type /hiphop
and this radio Turns up
http://tunein.com/tuner/?StationId=26473&
its that possible ? mine script wont work.
Re: Radio [Rep +] -
SiEx
- 14.04.2012
Really ? Nobody ?
Re: Radio [Rep +] -
Stigg
- 14.04.2012
https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
Should help you get the results your looking for.
Re: Radio [Rep +] -
SiEx
- 14.04.2012
Quote:
Originally Posted by
Stigg
https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
Should help you get the results your looking for.
Yea but i need ZCMD :d
Re: Radio [Rep +] -
niyaz
- 14.04.2012
Audio using ZCMD Right?
Re: Radio [Rep +] -
SiEx
- 14.04.2012
Yes
Re: Radio [Rep +] -
IstuntmanI
- 14.04.2012
Код:
CMD:radio( playerid, params[ ] ) { PlayAudioStreamForPlayer( playerid, "URL" ); return 1; }
Re: Radio [Rep +] -
SiEx
- 14.04.2012
I Put every Radio link in it but i dont hear notin when i type /hiphop.i just says "Audio Stream :
http://www.shoutcast.com/shoutcast_popup_player?station_id=1504548&play_sta
tus=1&stn=G%27D%20UP%20RADIO" Why ??
Re: Radio [Rep +] -
IstuntmanI
- 14.04.2012
You must to get the direct link to radio, not to a flash player, for example:
http://mysite.com/Radio.mp3
, not
http://mysite.com/RadioFlashPlayer.swf
Try to find the direct link.
Re: Radio [Rep +] -
SiEx
- 14.04.2012
Can i give more URLs in one CMD ?