SA-MP Forums Archive
TextDraw Box - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: TextDraw Box (/showthread.php?tid=195736)



TextDraw Box - TheOriginal1337 - 03.12.2010

/imageshack/img809/228/helps.png

How to make a textdraw like this?
If you make a textdraw for example.
Variable_Name = TextDrawCreate(260.000000,222.000000," ");
TextDrawFont(Variable_Name,1);
TextDrawColor(Variable_Name,0xFFFFFFAA);
TextDrawLetterSize(Variable_Name,0.599999,1.000000 );
TextDrawSetOutline(Variable_Name,0);
TextDrawSetShadow(Variable_Name,0);
TextDrawSetProportional(Variable_Name,1);
TextDrawBackgroundColor(Variable_Name,0x000000ff);
TextDrawUseBox(Variable_Name, 1);
TextDrawBoxColor(Variable_Name, 0x000000FF);
If you add this and type something you will get a black box with text in and it stretches to the left or right.

Please help (a)


Re: TextDraw Box - SparkZ_ - 03.12.2010

edit: NVM, posted wrong.


Re: TextDraw Box - TheOriginal1337 - 03.12.2010

Quote:
Originally Posted by SparkZ_
Посмотреть сообщение
edit: NVM, posted wrong.
I did not?


"Scripting Discussion
Discussion and help related to creating scripts for SA-MP."


Re: TextDraw Box - Bessensap - 03.12.2010

He's talking about himself.
Try using this, it's an easy way to make textdraws.
Credits ofc. to Zamaroht cause he made it


Re: TextDraw Box - WillyP - 03.12.2010

Quote:
Originally Posted by Bessensap
Посмотреть сообщение
He's talking about himself.
Try using this, it's an easy way to make textdraws.
Credits ofc. to Zamaroht cause he made it
That is the greatest/easiest TextDraw Editor I've seen/used.