12.10.2011, 22:21
WRONG:
shoutcast.pwn(104) : error 030: compound statement not closed at the end of file (started at line 90)
PLEASE HELP (
shoutcast.pwn(104) : error 030: compound statement not closed at the end of file (started at line 90)
pawn Код:
if(strcmp(cmdtext, "/startradio",true)==0)
{
Radio[playerid] = Audio_PlayStreamed(playerid, "http://listen.technobase.fm/dsl.pls",false,false,false);
Audio_SetVolume(playerid, Radio[playerid], 100);
SendClientMessage(playerid,COLOR_YELLOW,"Connected to [TechnoBase.FM - 24h Techno, Dance, Trance, House and More].");
return 1;
}
if(strcmp(cmdtext, "/stopradio",true)==0)
{
Audio_Stop(playerid, Radio[playerid]);
SendClientMessage(playerid,COLOR_YELLOW,"You have disconnected from [TechnoBase.FM - 24h Techno, Dance, Trance, House and More].");
return 1;
}