SA-MP Forums Archive
How do i edit my Radio System? - 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 edit my Radio System? (/showthread.php?tid=521699)



How do i edit my Radio System? - davidstyle1125 - 24.06.2014

I have a radio System but its not working,
im typing the command and it doesnt work
i mean the command works
but when i choose station like Rap or whatever
It shows that it switched to this channel but i can't hear anything
Link maybe old or broken, but i don't know how to change that, im not that good in
Pawno or whatever, could anyone explain me exactly how to ?


Re: How do i edit my Radio System? - Jankingston - 24.06.2014

depends on your speed of internet ... if its laggy, it'll load slow.


Re: How do i edit my Radio System? - davidstyle1125 - 24.06.2014

Its not loading at all, its my Server, how do i change the link of the stream ?


Re: How do i edit my Radio System? - Team_PRO - 24.06.2014

you can get the stream links here http://shoutcast.com/


Re: How do i edit my Radio System? - ScripteRNaBEEL - 24.06.2014

try this
and add foreach include near #include <a_samp>
PHP код:
#include <foreach>
CMD:music(playeridparams[])
{
    foreach(
Playeri)
    {
        if(
isnull(params)) return SendClientMessage(playeridCOLOR_RED"Correct Usage:: /music [Link]");
        
PlayAudioStreamForPlayer(iparams);
    }
    return 
1;




Re: How do i edit my Radio System? - Beckett - 24.06.2014

Go to Options > Audio and check if your radio is 0 if it is you can't hear anything.


Re: How do i edit my Radio System? - davidstyle1125 - 30.06.2014

Its on...


Re: How do i edit my Radio System? - ikey07 - 30.06.2014

Copy your stream link into Windows Media Player ( File > Open URL.. ) if you cant find File, press alt key, and check if it actually works.