26.09.2012, 09:02
This doesn't seem to work as I thought it would, anyone got any ideas?
pawn Код:
if (iNumber <= 12 && iNumber >= 100)
{
format(tut, sizeof(tut), "Character Questions: %s.", plname);
ShowPlayerDialog(playerid, DIALOG_TUT_3, DIALOG_STYLE_LIST, tut, "American\nAfrican American\nHispanic\nAsian", "Contiune", "Quit");
PlayerInfo[playerid][pAge]=iNumber;
}
else
format(tut, sizeof(tut), "Character Questions: %s.", plname);
ShowPlayerDialog(playerid,DIALOG_TUT_2, DIALOG_STYLE_INPUT, tut, "You have to pick a age between 12 and 100.", "Contiune", "Cancel");
}