[04rel004] How to create texdraw in Client-Side.

Started by Razor., Jun 12, 2017, 03:30 AM

Previous topic - Next topic

Razor.

Hey Guys.
Please, I want to know how to create textdraws in Client-Side...
Thanks for helping.

EK.IceFlake

my_textdraw <- ::GUILabel(VectorScreen(0, 256), Color(255, 255, 255), "Hello World");

Razor.

Quote from: EK.IceFlake on Jun 12, 2017, 06:36 AMmy_textdraw <- ::GUILabel(VectorScreen(0, 256), Color(255, 255, 255), "Hello World");
But how can I create it in the style of 04rel003?

kennedyarz

Quote from: Razor5K. on Jun 12, 2017, 03:30 AMPlease, I want to know how to create textdraws in Client-Side

you question is Client Side. rell004

EK.IceFlake

Quote from: Razor5K. on Jun 12, 2017, 01:37 PM
Quote from: EK.IceFlake on Jun 12, 2017, 06:36 AMmy_textdraw <- ::GUILabel(VectorScreen(0, 256), Color(255, 255, 255), "Hello World");
But how can I create it in the style of 04rel003?
You can't. 04rel003's style is outdated and you are not supposed to be using it.