Textdraw wont show whole text?
#1

hi, i want my textdraw to show please visit our website www.latviastunt.lv but it just show please...

here is a picture


here is code
Код:
InfoTextdraw = TextDrawCreate(320.000000, 434.000000, "Please visit our website www.latviastunt.lv");
TextDrawAlignment(InfoTextdraw, 2);
TextDrawBackgroundColorInfoTextdraw, 255);
TextDrawFont(InfoTextdraw, 2);
TextDrawLetterSize(InfoTextdraw, 0.350000, 1.400000);
TextDrawColor(InfoTextdraw, -1);
TextDrawSetOutline(InfoTextdraw, 1);
TextDrawSetProportional(InfoTextdraw, 1);
TextDrawUseBox(InfoTextdraw, 1);
TextDrawBoxColor(InfoTextdraw, 170);
TextDrawTextSize(InfoTextdraw, 273.000000, -644.000000);
TextDrawShowForPlayer(playerid, InfoTextdraw);
Reply
#2

Change box size aka TextDrawTextSize, try to change it to 600.0, 100.0
Reply
#3

Quote:
Originally Posted by ikey07
Посмотреть сообщение
Change box size aka TextDrawTextSize, try to change it to 600.0, 100.0
Thanks, fixed it self 273.000000, -644.000000 to 273.000000, 644.000000 :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)