error 030: compound statement not closed at the end of file
#6

Quote:
Originally Posted by CutX
Посмотреть сообщение
as said before, youre missing a "}"
and indeed there is one missing, closing OnDialogResponse
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 102) //
    {
        if(response)
        {
            for(new i=0; i<250; i++)
            {
                if(IsPlayerConnected(i))
                {
                    PlayAudioStreamForPlayer(i, inputtext);
                }
            }
        }
    }
    return 1;
}//this one was missing
thank you so much for help me.....
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)