24.07.2011, 05:00
Quote:
pawn Код:
|
EDIT:
But I get invalid expression, assumed 0 on:
pawn Код:
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);
}