Text draw help/ question
#1


Could someone code this for me real quick, thanks. It's a text draw that always displays.
Reply
#2

Have a look at this filterscript by iPLEOMAX >> https://sampforum.blast.hk/showthread.php?tid=376758
Be sure to download and install it correctly.It makes it easier for you to make textdraws without having a hard time with the positions, text sizes..etc
Reply
#3


Code:
new Text:Textdraw0;

Textdraw0 = TextDrawCreate(635.000000, 7.000000, "www.sitehere.com");
TextDrawAlignment(Textdraw0, 3);
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 3);
TextDrawLetterSize(Textdraw0, 0.230000, 1.200000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetSelectable(Textdraw0, 0);
I've created the TD.
You can create for yourself the TD using an editor such as:
Zamaroht's Textdraw Editor >> https://sampforum.blast.hk/showthread.php?pid=2320034#pid2320034
iPLEOMAX >> https://sampforum.blast.hk/showthread.php?tid=376758
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)