Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: Luis_Labarca on Jun 16, 2016, 07:04 PM

Title: examples of textdraw
Post by: Luis_Labarca on Jun 16, 2016, 07:04 PM
Hello I saw days ago examples of textdraw of color, hide and show all the acting of textdraw in wiki but now the estube looking for wiki and not see textdraw functions I could tell all as functions of textdraw
Title: Re: examples of textdraw
Post by: DizzasTeR on Jun 16, 2016, 08:01 PM
Textdraws have been removed from server, instead GUI Labels are available to add clientside, you can get more information here (http://forum.vc-mp.org/?topic=2719.0)

QuoteRemoved server-side textdraws. Use client-side GUI labels instead.
QuoteGUILabel

Constructor GUILabel()

Constructor GUILabel(position, colour)
Parameter types: VectorScreen, Colour

Constructor GUILabel(position, colour, text)
Parameter types: VectorScreen, Colour, string

Constructor GUILabel(position, colour, text, flags)
Parameter types: VectorScreen, Colour, string, int
Title: Re: examples of textdraw
Post by: Luis_Labarca on Jun 17, 2016, 01:28 AM
Quote from: Doom_Kill3R on Jun 16, 2016, 08:01 PMTextdraws have been removed from server, instead GUI Labels are available to add clientside, you can get more information here (http://forum.vc-mp.org/?topic=2719.0)

QuoteRemoved server-side textdraws. Use client-side GUI labels instead.
QuoteGUILabel

Constructor GUILabel()

Constructor GUILabel(position, colour)
Parameter types: VectorScreen, Colour

Constructor GUILabel(position, colour, text)
Parameter types: VectorScreen, Colour, string

Constructor GUILabel(position, colour, text, flags)
Parameter types: VectorScreen, Colour, string, int

OK thanks for your help bro