31.07.2013, 14:39
Код:
shadows a variable at a preceding level
somewhere in your script, "rx","ry" and "rz" are already defined.
You can't use the same declaration 2 times.
for example:
Код:
new abc; new abc;
while
Код:
new abc; new abcde;
what you have 2 do now is, rename "rx" and the other stuff.

