14.09.2012, 10:14
Function is:
text [] - You type text that you want ...;
color - text color;
Float: X - X coordinate;
Float: Y - Y coordinate;
Float: Z - coordinate Z;
Float: DrawDistance - Distance from where you can see the 3D text;
virtualworld - virtual world that appear 3D text (-1 to appear in all virtual worlds);
testLOS - This tests the line of sight so as not to see through objects (use 0 or 1).
EXAMPLE
Create3DTextLabel ("Example", 0xFFFFFFFF, 372.6514, 2474.6919, 16.4844, 50, 0);
TIP 1: If you want to pick up this text to add a + Z coordinate followed by the desired height.
TIP 2: If you want to add a newline character this text use \ n.
pawn Code:
Create3DTextLabel (text [], color, Float: X, Float: Y, Float: Z, Float: DrawDistance, virtualworld, testLOS)
color - text color;
Float: X - X coordinate;
Float: Y - Y coordinate;
Float: Z - coordinate Z;
Float: DrawDistance - Distance from where you can see the 3D text;
virtualworld - virtual world that appear 3D text (-1 to appear in all virtual worlds);
testLOS - This tests the line of sight so as not to see through objects (use 0 or 1).
EXAMPLE
Create3DTextLabel ("Example", 0xFFFFFFFF, 372.6514, 2474.6919, 16.4844, 50, 0);
TIP 1: If you want to pick up this text to add a + Z coordinate followed by the desired height.
TIP 2: If you want to add a newline character this text use \ n.