Compiling problem: "expected token: "*then", but found ")" "
#15

Your braces are set bad in OnDialogResponse. Goto http://codegenerators.pl/indent to indent your code, and see yourself that the braces do not match each other (opened with closed) and you don't close the last brace at the end of OnDialogReponse
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    // code
    return 0;
} // < you forgot it.
Otherwise, if you cannot fix it yourself, then you have to post the OnDialogReponse so we'll be able to fix it for you.
Reply


Messages In This Thread
Compiling problem: "expected token: "*then", but found ")" " - by davve95 - 04.09.2013, 17:02
Re: Compiling problem: "expected token: "*then", but found ")" " - by Konstantinos - 04.09.2013, 17:07
Re: Compiling problem: "expected token: "*then", but found ")" " - by davve95 - 04.09.2013, 18:39
Re: Compiling problem: "expected token: "*then", but found ")" " - by Konstantinos - 04.09.2013, 18:40
Re: Compiling problem: "expected token: "*then", but found ")" " - by davve95 - 04.09.2013, 18:46
Re: Compiling problem: "expected token: "*then", but found ")" " - by DanishHaq - 04.09.2013, 18:50
Re: Compiling problem: "expected token: "*then", but found ")" " - by Konstantinos - 04.09.2013, 18:50
Re: Compiling problem: "expected token: "*then", but found ")" " - by davve95 - 04.09.2013, 18:56
Re : Compiling problem: "expected token: "*then", but found ")" " - by Matnix - 04.09.2013, 18:57
Re: Compiling problem: "expected token: "*then", but found ")" " - by Isolated - 04.09.2013, 18:59
Re: Re : Compiling problem: "expected token: "*then", but found ")" " - by davve95 - 04.09.2013, 19:02
Re: Compiling problem: "expected token: "*then", but found ")" " - by Konstantinos - 04.09.2013, 19:02
Re : Compiling problem: "expected token: "*then", but found ")" " - by Matnix - 04.09.2013, 19:05
Re: Re : Compiling problem: "expected token: "*then", but found ")" " - by davve95 - 04.09.2013, 19:10
Re: Compiling problem: "expected token: "*then", but found ")" " - by Konstantinos - 04.09.2013, 19:12
Re : Compiling problem: "expected token: "*then", but found ")" " - by Matnix - 04.09.2013, 19:15
Re: Re : Compiling problem: "expected token: "*then", but found ")" " - by Isolated - 04.09.2013, 20:22
Re: Compiling problem: "expected token: "*then", but found ")" " - by davve95 - 05.09.2013, 14:45

Forum Jump:


Users browsing this thread: 8 Guest(s)