3dlabel help
#1

can someone post there... how to create 3dlabel texts?
I know
Quote:

Create3DTextLabel

but what's the next I cann't underestand post there please and help me :X
Reply
#2

This is a example of one of mine.

pawn Код:
Create3DTextLabel("Grove Street Headquaters", TEAM_GROVE_COLOR, 2464.5098, -1659.4926, 13.2995, 50, 0, 0);
Were this is
Код:
"Grove Street Headquaters"
Put what you want the 3D text label to say.

Now were this is
Код:
TEAM_GROVE_COLOR,
This is what color it will be, I have defined TEAM_GROVE_COLOR at the top of my script.
pawn Код:
#define TEAM_GROVE_COLOR 0x00FF00AA // Bright Green
This it it defined at the top

Now this bit
Код:
 2464.5098, -1659.4926, 13.2995
This is were the 3DtextLabel will be placed, so get the co-ordinates by going in-game and type /save.

Now the 50 is The distance from where you are able to see the 3D Text Label. Put what ever you would like.

The two 0's are, one for which virtual world you would like them to be placed in (0 is default)
The other 0 is the line-of-sight so this text can't be seen through objects. (0 or 1).

Hope I helped.
Reply
#3

thank's man ... you really helped me
Reply
#4

It's not a problem.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)