12.06.2012, 17:24
It does work.
pawn Код:
new var = 25;
if( var > 19 && var < 41 )
{
//this will be executed if var is between 20 and 40
}