TextDraw Problem
#1

Код:
TD_INICIO_ENTRAR = TextDrawCreate(255.666717, 153.525878, "Entrar");
TextDrawLetterSize(TD_INICIO_ENTRAR, 0.549999, 2.056296);
TextDrawAlignment(TD_INICIO_ENTRAR, 1);
TextDrawColor(TD_INICIO_ENTRAR, 0xA3B4C5FF);
TextDrawSetShadow(TD_INICIO_ENTRAR, 0);
TextDrawSetOutline(TD_INICIO_ENTRAR, 1);
TextDrawBackgroundColor(TD_INICIO_ENTRAR, 51);
TextDrawFont(TD_INICIO_ENTRAR, 1);
TextDrawSetProportional(TD_INICIO_ENTRAR, 1);
TextDrawSetSelectable(TD_INICIO_ENTRAR, true);

TD_INICIO_REGISTRAR = TextDrawCreate(255.666717, 193.525878, "Registrarse");
TextDrawLetterSize(TD_INICIO_REGISTRAR, 0.549999, 2.056296);
TextDrawAlignment(TD_INICIO_REGISTRAR, 1);
TextDrawColor(TD_INICIO_REGISTRAR, 0xA3B4C5FF);
TextDrawSetShadow(TD_INICIO_REGISTRAR, 0);
TextDrawSetOutline(TD_INICIO_REGISTRAR, 1);
TextDrawBackgroundColor(TD_INICIO_REGISTRAR, 51);
TextDrawFont(TD_INICIO_REGISTRAR, 1);
TextDrawSetProportional(TD_INICIO_REGISTRAR, 1);
TextDrawSetSelectable(TD_INICIO_REGISTRAR, true);
I read that you can change the text size, but when I edit, I can not put in the right place.
What would be the place?
Thanks
Reply


Messages In This Thread
TextDraw Problem - by FullCircle - 19.07.2014, 04:25
Re: TextDraw Problem - by Laure - 19.07.2014, 04:39
Respuesta: Re: TextDraw Problem - by FullCircle - 19.07.2014, 15:29
Re: TextDraw Problem - by rockhopper - 19.07.2014, 15:33
Respuesta: Re: TextDraw Problem - by FullCircle - 19.07.2014, 16:15
Respuesta: TextDraw Problem - by FullCircle - 21.07.2014, 00:19
Respuesta: TextDraw Problem - by FullCircle - 22.07.2014, 00:51

Forum Jump:


Users browsing this thread: 2 Guest(s)