3d label seen trough objects.
#1

There's a problem i have a 3d label and i don't want it to be shown trough objects, isn't this supposed to do the job..?


pawn Код:
x[x][x]=Create3DTextLabel("Just connected..",red,30.0,40.0,50.0,20.0,[B]1[/B]);
Thanks in advanced
Reply
#2

It should be:
pawn Код:
Create3DTextLabel("TEXT", COLOR, XPOS, YPOS, ZPOS, DRAWDISTANCE, VIRTUALWORLD, 1);
You seem to be putting '1' in the virtual world parameter.
Reply
#3

it doesnt work on mapped objects/objects without a LOD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)