Need help with Dialog inputtext error!
#3

Thanks, that fixed the array error, I still have the error and warning that I'm not sure how to fix...
Код:
(69296) : error 029: invalid expression, assumed zero
(69301) : warning 225: unreachable code
These lines are:

Код:
	        if(strval(inputtext) < 18 || strval(inputtext) > 90)) //Line 69296
	        {
	            ShowPlayerDialog(playerid, TUTAGE, DIALOG_STYLE_INPUT, "Enter your age", "{FB3008}Valid ages: 18 - 90 years old!", "Continue", "");
	            return 0;
	        }
  			TutStep[playerid] = 1; //Line 69301
Reply


Messages In This Thread
Need help with Dialog inputtext error! - by Jacksta21 - 24.11.2013, 21:00
Re: Need help with Dialog inputtext error! - by -Prodigy- - 24.11.2013, 21:04
Re: Need help with Dialog inputtext error! - by Jacksta21 - 24.11.2013, 21:08
Re: Need help with Dialog inputtext error! - by Jacksta21 - 24.11.2013, 21:39
Re : Need help with Dialog inputtext error! - by Noliax8 - 24.11.2013, 21:42
Re: Need help with Dialog inputtext error! - by erminpr0 - 24.11.2013, 21:43
Re: Need help with Dialog inputtext error! - by -Prodigy- - 24.11.2013, 21:45
Re: Need help with Dialog inputtext error! - by Jacksta21 - 24.11.2013, 21:46

Forum Jump:


Users browsing this thread: 1 Guest(s)