Code not working correctly?
#1

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");
    }
Reply


Messages In This Thread
Code not working correctly? - by iLcke - 26.09.2012, 09:02
Re: Code not working correctly? - by MarTaTa - 26.09.2012, 09:04
Re: Code not working correctly? - by iLcke - 26.09.2012, 09:06
Re: Code not working correctly? - by RedJohn - 26.09.2012, 09:07
Re: Code not working correctly? - by iLcke - 26.09.2012, 09:09
Re: Code not working correctly? - by RedJohn - 26.09.2012, 09:10
Re: Code not working correctly? - by iLcke - 26.09.2012, 09:12
Re: Code not working correctly? - by Rimeau - 26.09.2012, 09:12
Re: Code not working correctly? - by RedJohn - 26.09.2012, 09:13
Re: Code not working correctly? - by MarTaTa - 26.09.2012, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)