ShowPlayerDialog help
#8

These errors are from your dialog response public.

First- The symbol 'dialogid' is not recognized.
Second- Some function is declared differently from the way it's implemented; example:
pawn Код:
forward Test(playerid,wtf);
public Test(playerid)
{
    //...
}
Will return an error because the function 'wtf' is not declared.

Third error- Remove the 'new string[256];' line. You have a string variable that you haven't used.

Show me your OnDialogResponse line.
Reply


Messages In This Thread
ShowPlayerDialog help - by FrankC - 24.09.2010, 16:30
Re: ShowPlayerDialog help - by HyperZ - 24.09.2010, 16:38
Re: ShowPlayerDialog help - by Kyeno - 24.09.2010, 16:43
Re: ShowPlayerDialog help - by FrankC - 24.09.2010, 16:44
Re: ShowPlayerDialog help - by [XST]O_x - 24.09.2010, 16:44
Re: ShowPlayerDialog help - by FrankC - 24.09.2010, 16:48
Re: ShowPlayerDialog help - by FrankC - 24.09.2010, 17:04
Re: ShowPlayerDialog help - by [XST]O_x - 24.09.2010, 17:15
Re: ShowPlayerDialog help - by FrankC - 24.09.2010, 17:30
Re: ShowPlayerDialog help - by [XST]O_x - 24.09.2010, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)