[Ajuda] Text Draw
#1

Ae tou com problemas nas minhas text Draw selecionaveis pois quando vou me registrar eu Clico em Race e nao vai ela pega a text Draw Role Play nao sei como resolver isso pois tentei algumas Formas tentando Mudar as Posiзгo Pois nao deu olhe a Print Abaixo!



Se alguem poder me ajudar +REP
Код:
	Textdraw0 = TextDrawCreate(166.000000, 276.000000, "Role Play");
	TextDrawBackgroundColor(Textdraw0, 255);
	TextDrawFont(Textdraw0, 2);
	TextDrawLetterSize(Textdraw0, 0.300000, 1.600000);
	TextDrawColor(Textdraw0, -1);
	TextDrawSetOutline(Textdraw0, 1);
	TextDrawSetProportional(Textdraw0, 1);
	TextDrawSetSelectable(Textdraw0, 1);
	
	Textdraw1 = TextDrawCreate(301.000000, 276.000000, "Race");
	TextDrawBackgroundColor(Textdraw1, 255);
	TextDrawFont(Textdraw1, 2);
	TextDrawLetterSize(Textdraw1, 0.310000, 1.600000);
	TextDrawColor(Textdraw1, -1);
	TextDrawSetOutline(Textdraw1, 1);
	TextDrawSetProportional(Textdraw1, 1);
	TextDrawSetSelectable(Textdraw1, 0);

	Textdraw2 = TextDrawCreate(399.000000, 276.000000, "Freerooam");
	TextDrawBackgroundColor(Textdraw2, 255);
	TextDrawFont(Textdraw2, 2);
	TextDrawLetterSize(Textdraw2, 0.270000, 1.600000);
	TextDrawColor(Textdraw2, -1);
	TextDrawSetOutline(Textdraw2, 1);
	TextDrawSetProportional(Textdraw2, 1);
	TextDrawSetSelectable(Textdraw2, 0);
Reply


Messages In This Thread
Text Draw - by Duduzinho - 13.10.2013, 15:58
Re: Text Draw - by PT - 13.10.2013, 16:01
Re: Text Draw - by Duduzinho - 13.10.2013, 16:03
Re: Text Draw - by PT - 13.10.2013, 16:05
Re: Text Draw - by Duduzinho - 13.10.2013, 16:07
Re: Text Draw - by PT - 13.10.2013, 16:09
Re: Text Draw - by PT - 13.10.2013, 16:16
Re: Text Draw - by Duduzinho - 13.10.2013, 16:21
Re: Text Draw - by shittt - 13.10.2013, 16:22
Re: Text Draw - by PT - 13.10.2013, 16:23

Forum Jump:


Users browsing this thread: 1 Guest(s)