24.11.2013, 21:08
Thanks, that fixed the array error, I still have the error and warning that I'm not sure how to fix...
These lines are:
Код:
(69296) : error 029: invalid expression, assumed zero (69301) : warning 225: unreachable code
Код:
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