02.04.2012, 15:46
Hello,
I've got a little problem with my code and I don't know why an error appears. Could anyone help me?
In top of script:
Later, under OnDialogResponse:
And I have...
... error under that 1037 line. I can't fix this (because I don't know what's wrong), so I hope someone will help me in that.
I've got a little problem with my code and I don't know why an error appears. Could anyone help me?
In top of script:
Код:
#define AdminPassword "password"
Код:
if(strval(inputtext) == AdminPassword) //Line 1037
Код:
...(1037) : error 033: array must be indexed (variable "-unknown-")