21.01.2011, 19:39
I'm not sure how much this will do, but try removing the return in this:
pawn Код:
if(strval(inputtext) > 15 && strval(inputtext) < 100)
{
PlayerInfo[playerid][pAge] = strval(inputtext);
ShowPlayerDialog(playerid,73,DIALOG_STYLE_LIST,"How did you arrive into Los Santos?","Train\nPlane\nBoat\nCar","Select", "Kick");
return 1;
}