08.01.2011, 03:53
What he did will work, try rephrasing your 'if' statement a little bit
pawn Код:
if( (amount < 0.01) || (amount > 100.0) ) //This means that the number that was typed is outside of 0.01-100.0