Problem with 3D Text Labels
#1

PHP код:
1enum LabelArrays {
2)     House1,
3) };
4) new Text3D:LabelTexts[LabelArrays];
5
6LabelTexts[House1] = CreateDynamic3DTextLabel(DynamicString,0xFFFFFFFF,-2795.6719,-181.0081,7.6950,50.0); 
On LINE 6, the compiler gives me this warning: tag mismatch
But, if I not use enumeration, like that:
PHP код:
1) new Text3D:LabelTexts[1];
2LabelTexts[0] = CreateDynamic3DTextLabel(DynamicString,0xFFFFFFFF,-2795.6719,-181.0081,7.6950,50.0); 
The compiler gives me no warning.
WHY?
Reply


Messages In This Thread
Problem with 3D Text Labels - by ReDevilGames - 15.02.2013, 19:36
Re: Problem with 3D Text Labels - by Misiur - 15.02.2013, 20:24

Forum Jump:


Users browsing this thread: 2 Guest(s)