SA-MP Forums Archive
Textdraw wont show whole text? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw wont show whole text? (/showthread.php?tid=506271)



Textdraw wont show whole text? - DaZZleViirus - 12.04.2014

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);



Re: Textdraw wont show whole text? - ikey07 - 12.04.2014

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


Re: Textdraw wont show whole text? - DaZZleViirus - 12.04.2014

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