06.07.2010, 12:30
or
or
pawn Код:
if(strval(inputtext))
{
//Do something if it is the age
} else {
//Do something if it is not
}
pawn Код:
if(!strval(inputtext)) return //Do something if it is not the age