01.10.2011, 23:00
You need to exit the command if the player types a wrong number, i.e. add a return after your ShowPlayerDialog line. And while I'm at it, here's a little trick:
pawn Код:
if(!(1000 <= strval(inputtext) <= 10_000_000))