13.06.2011, 20:42
Hi guys,i've OnPlayerConnect and i want show 2 dialogs.
So i made this:
error 024: "break" or "continue" is out of context
What's wrong?
So i made this:
pawn Код:
SendClientMessage(playerid, COLOR_RED, "Your account has been detected in our database. Please log in!");
ShowPlayerDialog(playerid,60,DIALOG_STYLE_INPUT,"Login","Welcome to the server\n\nPlease enter your server password\n\nEnter a password:","Login","Quit");
continue ShowPlayerDialog(playerid, 3, DIALOG_STYLE_INPUT, "{6EF83C}Enter your email.", "Input Your Email Below", "Ok", "");
What's wrong?