Problem with Create3dlabel
#1

Hi!

I want 3d labels to show up at my houses. However, for some reason i get the tag mismatch warning.

pawn Код:
format(string, sizeof(string), "%s\n[FOR SALE!]", Houses[id][hRoadName]);
Houses[id][H3dID] = Create3DTextLabel(string, COLOR_LIGHTGREEN, Houses[id][hExteriorX], Houses[id][hExteriorY], Houses[id][hExteriorZ], 20.0, 0, 0);
printf( "[system] Added 3d label to %d.", id);

The middle row is the one i get the warning on.
Reply
#2

In your Houses enum

pawn Код:
Text3D:H3dID
Reply
#3

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
In your Houses enum

pawn Код:
Text3D:H3dID
Thanks! Didn't know you had to do Text3D infront of it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)