22.01.2014, 18:45
Hello! I thought to do a tutorial on how create a 3D text!
Let's start:
Now I will explain each function:
text = The message sent
color = color text
X = X coordinate
y = y coordinate
z = coordinate z
Distance = distance from where you can see this text 3D
virtualworld - virtual world in which to experience 3D text (-1 to occur in virtual worlds)
text = This tests the line of sight so you will not see through objects (use 0 or 1).
testLOS = This tests the line of sight so you will not see through objects (use 0 or 1).
And an example:
I hope it will be useful!
P.S:Sorry for my bad english,i'm from Romania.
If there is such a tutorial, please give remove.
Let's start:
pawn Код:
Create3DTextLabel(text, color, X, Y, Z, Distance, virtualworld, testLOS)
text = The message sent
color = color text
X = X coordinate
y = y coordinate
z = coordinate z
Distance = distance from where you can see this text 3D
virtualworld - virtual world in which to experience 3D text (-1 to occur in virtual worlds)
text = This tests the line of sight so you will not see through objects (use 0 or 1).
testLOS = This tests the line of sight so you will not see through objects (use 0 or 1).
And an example:
pawn Код:
Create3DTextLabel ("Welcome to the server.We hope to have fun.", 0xFFFFFFFF, 2148.4529,-1485.1881,26.6237, 50, 0);
P.S:Sorry for my bad english,i'm from Romania.
If there is such a tutorial, please give remove.