01.08.2012, 18:59
How I can reset a variable which have "Text3D:" in front of it ? With "INVALID_3DTEXT_ID", "-1", 0, it gives "tag mismatch" error.
When I create it:
it's value is 0, but when I try to reset it:
the compiler give an error: "tag mismatch".
When I create it:
Код:
new Text3D:Variable;
Код:
Variable = 0;