Quote:
Originally Posted by iPLEOMAX
There isn't really a difference. Both works, only you get a "tag mismatch" warning because the 3D Text Label functions need a variable with "Text3D" tag.
Better use the tag:
pawn Код:
Text3D:MyLabel; MyLabel = Create3DTextLabel(...)
|
I don't get a tag mishmatch either.