12.01.2011, 07:49
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", false, false, false);
return 1;
}
if(strcmp(cmd, "/eradios2", true) == 0)
{
Audio_PlayStreamed(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1280356", false, false, false);
return 1;