if is not working
#2

Quote:
Originally Posted by Marllun
Посмотреть сообщение
I already tried several ways but it does not work, it always goes to the next dialog.

PHP код:
    if(dialogid == 51)
    {
        if(
response)
        {
            if(
strlen(inputtext) < && strlen(inputtext) > && IsNumeric(inputtext))
            {
.......
....... 
PHP код:
 if(strlen(inputtext) < && strlen(inputtext) > && IsNumeric(inputtext)) 
i have no idea what this is, you literally put if the text is lower than 0 and bigger than 2
you used a case that will NEVER happen wtf is that man ? change that to:

PHP код:
 if(strlen(inputtext) > && IsNumeric(inputtext)) 
Reply


Messages In This Thread
if is not working - by Marllun - 12.12.2017, 00:24
Re: if is not working - by RogueDrifter - 12.12.2017, 00:40
Re: if is not working - by Marllun - 12.12.2017, 00:55
Re: if is not working - by RogueDrifter - 12.12.2017, 01:03
Re: if is not working - by Marllun - 12.12.2017, 01:10
Re: if is not working - by DarkBr - 12.12.2017, 01:30
Re: if is not working - by Marllun - 12.12.2017, 01:35
Re: if is not working - by RogueDrifter - 12.12.2017, 01:38
Re: if is not working - by DarkBr - 12.12.2017, 01:39
Re: if is not working - by RogueDrifter - 12.12.2017, 01:44

Forum Jump:


Users browsing this thread: 1 Guest(s)