06.07.2010, 12:27
Yes with strcmp.
Edit: If you wan't make sure it's a interger use this.
pawn Код:
if(!strcmp(inputtext, "MyTextIwan'tmatch", true)) {
}
pawn Код:
new MyAge = strval(inputtext);
if(MyAge >= myvalue) ....