SA-MP Forums Archive
TextDraw Boxes | Need Help [+REP] - 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 Boxes | Need Help [+REP] (/showthread.php?tid=357765)



TextDraw Boxes | Need Help [+REP] - [Cali]ChrOnic_T - 08.07.2012

Hello,


I need help Making a Text draw Box Like one on top and on bottom I been Looking on ****** all day But i didnt find nothing :TTTT

So Im Posting on SA:MP Forums to find some help. i will reputate.


Re: TextDraw Boxes | Need Help [+REP] - Cxnnor - 08.07.2012

Try that, if you get errors then tell me.
pawn Код:
Textdraw1con = TextDrawCreate(661.000000, 0.000000, "_");
    TextDrawBackgroundColor(Textdraw1con, 255);
    TextDrawFont(Textdraw1con, 1);
    TextDrawLetterSize(Textdraw1con, 1000.000000, 1000.000000);
    TextDrawColor(Textdraw1con, -1);
    TextDrawSetOutline(Textdraw1con, 0);
    TextDrawSetProportional(Textdraw1con, 1);
    TextDrawSetShadow(Textdraw1con, 1);
    TextDrawUseBox(Textdraw1con, 1);
    TextDrawBoxColor(Textdraw1con, 255);
    TextDrawTextSize(Textdraw1con, -50.000000, 30.000000);



Re: TextDraw Boxes | Need Help [+REP] - [Cali]ChrOnic_T - 08.07.2012

Thanks Lemme try it


Re: TextDraw Boxes | Need Help [+REP] - [Cali]ChrOnic_T - 08.07.2012

FAIL! its a HUGE big black box ffs. i need like a half black box. 1 at the bottom 1 at the top