How can I do an "if" with "inputtext"?
#5

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


Messages In This Thread
How can I do an "if" with "inputtext"? - by Miikkel - 06.07.2010, 12:25
Re: How can I do an "if" with "inputtext"? - by Carlton - 06.07.2010, 12:27
Re: How can I do an "if" with "inputtext"? - by Betamaster - 06.07.2010, 12:28
Re: How can I do an "if" with "inputtext"? - by Miikkel - 06.07.2010, 12:28
Re: How can I do an "if" with "inputtext"? - by DJBluefader - 06.07.2010, 12:30
Re: How can I do an "if" with "inputtext"? - by Carlton - 06.07.2010, 12:33
Re: How can I do an "if" with "inputtext"? - by DJBluefader - 06.07.2010, 12:34
Re: How can I do an "if" with "inputtext"? - by Miikkel - 06.07.2010, 12:37

Forum Jump:


Users browsing this thread: 3 Guest(s)