TextDraw help
#1

Hi,
I made TextDraw "/rules /cmds /teles" in TextDrawEditor1.0 and i don't know why is it in this order:
Код:
/rules
/cmds
/teles
It should be
Код:
/rules /cmds /teles
picture: http://postimg.org/image/asb5ypo0j/

pawno:
Код:
	Textdraw5 = TextDrawCreate(5.000000, 430.000000, "/rules /cmds /teles");
	TextDrawAlignment(Textdraw5, 1);
	TextDrawBackgroundColor(Textdraw5, 255);
	TextDrawFont(Textdraw5, 2);
	TextDrawColor(Textdraw5, -1);
	TextDrawSetOutline(Textdraw5, 1);
	TextDrawSetProportional(Textdraw5, 1);
	TextDrawTextSize(Textdraw5, 0.320000, 1.200000);
Reply
#2

you should change this to set the textdraw wherever you want in the screen
Textdraw5 = TextDrawCreate(5.000000, 430.000000, "/rules /cmds /teles");
Reply
#3

It's on good place with good coordinates, i just don't know how to show it in this format
Код:
/rules /cmds /teles
not in this
Код:
/rules
/cmds
/teles
See a picture, i hope you understand me
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)