crating 3d text label to all VWorlds?
#1

I use this code:
Код:
Create3DTextLabel("Exit",COLOR_LIGHTRED, BuildingCoords[i][0], BuildingCoords[i][1], BuildingCoords[i][2],80.0, 0);
But it doesnt show for all virtual worlds
Reply
#2

pawn Код:
Create3DTextLabel("Exit",COLOR_LIGHTRED, BuildingCoords[i][0], BuildingCoords[i][1], BuildingCoords[i][2], 80.0, -1);
EDIT: I edited, i was wrong.
Reply
#3

Thanks, but it doesnt work
Reply
#4

Quote:
Originally Posted by armyoftwo
Посмотреть сообщение
Thanks, but it doesnt work
That's really weird, i knew tat -1 makes it for everything.
I can't think of anything anymore...other than a loop but
Reply
#5

I have set everything right.

pawn Код:
for(new i = 0; i<24; i++)
{
        Create3DTextLabel("Exit",COLOR_LIGHTRED, BuildingCoords[i][0], BuildingCoords[i][1], BuildingCoords[i][2],80.0,-1);
        printf("Exit Labels: X: %f Y: %f Z:%f", BuildingCoords[i][0], BuildingCoords[i][1], BuildingCoords[i][2]);
}
It should work according to the code.
Reply
#6

Those coordinates are tested and are working fine.
Reply
#7

bump, i use those 3d text labels in interiors tho
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)