[HELP]compound statement not closed at the end of file
#1

WRONG:

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;
    }
PLEASE HELP (
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)