24.07.2011, 09:36
You have to post the whole code. But try this ( attention at identation ):
PHP код:
else
{
ShowPlayerDialog(playerid, 1336, DIALOG_STYLE_INPUT, "How old are you?", "Input your age in years (18-80)", "Submit", "Cancel");
}
}
else
{
SendClientMessage(playerid, -1, "You have cancelled your registration.");
Kick(playerid);
}