Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Razor. on Jun 12, 2017, 03:30 AM

Title: [04rel004] How to create texdraw in Client-Side.
Post by: Razor. on Jun 12, 2017, 03:30 AM
Hey Guys.
Please, I want to know how to create textdraws in Client-Side...
Thanks for helping.
Title: Re: [04rel004] How to create texdraw in Client-Side.
Post by: EK.IceFlake on Jun 12, 2017, 06:36 AM
my_textdraw <- ::GUILabel(VectorScreen(0, 256), Color(255, 255, 255), "Hello World");
Title: Re: [04rel004] How to create texdraw in Client-Side.
Post by: Razor. 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?
Title: Re: [04rel004] How to create texdraw in Client-Side.
Post by: kennedyarz on Jun 12, 2017, 01:47 PM
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
Title: Re: [04rel004] How to create texdraw in Client-Side.
Post by: EK.IceFlake on Jun 12, 2017, 02:00 PM
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.