3D text draw?

Started by Kewun, Aug 08, 2016, 10:56 AM

Previous topic - Next topic

MEGAMIND

Quote from: LuisModsHD on Aug 15, 2016, 05:34 AM
Quote from: Doom_Kill3R on Aug 08, 2016, 12:23 PMThere is always an alternate way
https://www.youtube.com/watch?v=p_vkR7oH7g8&feature=youtu.be#

hey bro could you give me the function of this function? Thank you
how to put 3d text labesl any idea

test <-- null;
function Script::ScriptLoad()
{
   test <- GUILabel(Position(-1864.62 382.307 669.333) , colour(255,265,234), "Hello World"));
   test.AddFlags(GUI_FLAG_3D_ENTITY);
   test.WorldPosToScreen(Vector(50,50));
   test.Set3DTransform(Vector(-1864.62 382.307 669.333));
   GUIInstance.AddChild(test);
}

not working any step by step help,
need this this badly

Ankris

Quote from: MEGAMIND on Sep 16, 2016, 02:32 PM
Quote from: LuisModsHD on Aug 15, 2016, 05:34 AM
Quote from: Doom_Kill3R on Aug 08, 2016, 12:23 PM.
.
.

test <- null;
function Script::ScriptLoad()
{
   test = GUILabel(VectorScreen(1, 1), Colour(255,265,234), "Hello World");
   test.AddFlags(GUI_FLAG_3D_ENTITY);
   test.Set3DTransform(Vector(-1864.62, 382.307, 669.333));
   GUI.AddChild(test);
}

EK.IceFlake

I can't get this working :(
            ::ChatH.rawset(plrid, GUILabel(VectorScreen(72, 72), Colour(255, 255, 255), plrsay));
            ::ChatH[plrid].AddFlags(GUI_FLAG_3D_ENTITY);
            ::ChatH[plrid].Set3DTransform(GUI.WorldPosToScreen(plr.Position), Vector(0.0, 0.0, 0.0), Vector(25.0, 25.0, 25.0));
It doesnt appear anywhere

NicusorN5

It spawns on the center of the world...

EK.IceFlake

#34
Why and how to fix it?
:edit: it was a !@#$ with angles now i fixed it but there is no player.Angle client side e.e