Tiny script help
#1

I managed to put some audio into my server with audio plugin. When i do /eradios1 I hear that radio but when i want to change to /eradios2 , The /eradio1 doesnt stop they both continue playing, How to stop one radio when i toggle other one please help

PHP код:
}
        if(
strcmp(cmd"/eradios1"true) == 0)
    {
        
Audio_PlayStreamed(playerid"http://yp.shoutcast.com/sbin/tunein-station.pls?id=674096"falsefalsefalse);
        return 
1;
    }
        if(
strcmp(cmd"/eradios2"true) == 0)
    {
        
Audio_PlayStreamed(playerid"http://yp.shoutcast.com/sbin/tunein-station.pls?id=1280356"falsefalsefalse);
        return 
1
Reply


Messages In This Thread
Tiny script help - by Swiftz - 12.01.2011, 07:49
Re: Tiny script help - by Swiftz - 12.01.2011, 07:59
Re: Tiny script help - by JamesC - 12.01.2011, 09:03
Re: Tiny script help - by Swiftz - 12.01.2011, 10:33
Re: Tiny script help - by Swiftz - 12.01.2011, 11:26

Forum Jump:


Users browsing this thread: 1 Guest(s)