Doesn't work
#2

Change this line

pawn Код:
if(strval(inputtext) <= 10 || strval(inputtext) >= 99)
To

pawn Код:
if(strval(inputtext) >= 10 || strval(inputtext) <= 99)


For second dialog!!


Change this line

pawn Код:
if(strval(inputtext) <= 0 || strval(inputtext) >= 299)
To

pawn Код:
if(strval(inputtext) >= 0 || strval(inputtext) <= 299)
Reply


Messages In This Thread
Doesn't work - by JaKe Elite - 28.11.2012, 10:02
Re: Doesn't work - by Ballu Miaa - 28.11.2012, 10:30
Re: Doesn't work - by JaKe Elite - 28.11.2012, 10:39
Re: Doesn't work - by Ballu Miaa - 28.11.2012, 10:44
Re: Doesn't work - by JaKe Elite - 28.11.2012, 10:57

Forum Jump:


Users browsing this thread: 2 Guest(s)