Create3DTextLabel
#1

Hello,
My problem is, when I create a 3DTextLabel, and place it inside a interior, I no longer can see it.
Solution?

EDIT: I made a command, which allows me to make 3D Text IG at my X, Y, Z. But, when I do it, everything but the 3D Text shows up, I get the success message, I did this outside a interior.
So no 3D Text shows at all. Rather it's inside, or out.

I know the command works proper, because I tested it on my other script, and it worked perfect.
So what could cause 3DText not to show, period?
Reply
#2

How are you creating it?
Reply
#3

Create3DTextLabel("Sniper\nPrice: $12,000",COLOR_GREEN, 292.8111,-106.2230,1001.5156+0.5,2.0, -1, 1);// Sniper
Reply
#4

Last parameter(1) is virtual world. Did you set your vw when you enter that int?
Reply
#5

Quote:
Originally Posted by BaubaS
Посмотреть сообщение
Last parameter(1) is virtual world. Did you set your vw when you enter that int?
No, the second last parameter (-1) is the virtual world, he has set it to -1 which means
it will display in all virtual worlds.
The last parameter toggles the "Line of sight" so it can't be seen through objects.
Reply
#6

So any one know the problem....
Reply
#7

Create3DTextLabel("Sniper\nPrice: $12,000",COLOR_GREEN, 292.8111,-106.2230,1001.5156,2.0, -1);// Sniper

Try like that .
Reply
#8

Nope didn't work
Reply
#9

Код:
Create3DTextLabel("Sniper\nPrice: $12,000",COLOR_GREEN, 292.8111,-106.2230,1001.5156, 10, -1, 1);
Reply
#10

Can you tell me where the Label is located ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)