SA-MP Forums Archive
Need Textdraw Skillz - 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: Need Textdraw Skillz (/showthread.php?tid=223133)



Need Textdraw Skillz - Rizard - 08.02.2011

Good evening, ergh... morning...

Anyone with good textdraw skills that knows how to create something like this?



I've tried with different characters(setstring) (e.g. | , l, I, i, [], ...) nothing seems to do my trick... (ok I suck at creating textdraws, fact.) Is it maybe possible with background colour?? I've started with creating a different textdraw for every square/rectangle....


Grts


Respuesta: Need Textdraw Skillz - RodiauOUI - 08.02.2011

http://forum.sa-mp.com/showthread.ph...t=Progress+Bar

use search


Re: Need Textdraw Skillz - Rizard - 08.02.2011

Clearly not what I need.

I have used search, I'm not new here.


Re: Need Textdraw Skillz - -Rebel Son- - 09.02.2011

It might require more then one textdraw.


Re: Need Textdraw Skillz - On_Top_Non_Stop - 09.02.2011

Is this ok for you? If you want it changed I'll do it for you.



pawn Код:
new Text:boxes[4];


boxes[0] = TextDrawCreate(626.000000, 411.000000, " ~n~ ");
TextDrawAlignment(boxes[0], 2);
TextDrawBackgroundColor(boxes[0], 255);
TextDrawFont(boxes[0], 1);
TextDrawLetterSize(boxes[0], 0.400000, 3.299998);
TextDrawColor(boxes[0], -1);
TextDrawSetOutline(boxes[0], 0);
TextDrawSetProportional(boxes[0], 1);
TextDrawSetShadow(boxes[0], 1);
TextDrawUseBox(boxes[0], 1);
TextDrawBoxColor(boxes[0], 255);
TextDrawTextSize(boxes[0], 0.000000, 6.000000);

boxes[1] = TextDrawCreate(615.000000, 420.000000, " ~n~ ");
TextDrawAlignment(boxes[1], 2);
TextDrawBackgroundColor(boxes[1], 255);
TextDrawFont(boxes[1], 1);
TextDrawLetterSize(boxes[1], 0.400000, 2.299999);
TextDrawColor(boxes[1], -1);
TextDrawSetOutline(boxes[1], 0);
TextDrawSetProportional(boxes[1], 1);
TextDrawSetShadow(boxes[1], 1);
TextDrawUseBox(boxes[1], 1);
TextDrawBoxColor(boxes[1], 255);
TextDrawTextSize(boxes[1], 0.000000, 6.000000);

boxes[2] = TextDrawCreate(604.000000, 429.000000, " ~n~ ");
TextDrawAlignment(boxes[2], 2);
TextDrawBackgroundColor(boxes[2], 255);
TextDrawFont(boxes[2], 1);
TextDrawLetterSize(boxes[2], 0.400000, 1.300000);
TextDrawColor(boxes[2], -1);
TextDrawSetOutline(boxes[2], 0);
TextDrawSetProportional(boxes[2], 1);
TextDrawSetShadow(boxes[2], 1);
TextDrawUseBox(boxes[2], 1);
TextDrawBoxColor(boxes[2], 255);
TextDrawTextSize(boxes[2], 0.000000, 6.000000);

boxes[3] = TextDrawCreate(593.000000, 436.000000, " ~n~ ");
TextDrawAlignment(boxes[3], 2);
TextDrawBackgroundColor(boxes[3], 255);
TextDrawFont(boxes[3], 1);
TextDrawLetterSize(boxes[3], 0.400000, 0.499999);
TextDrawColor(boxes[3], -1);
TextDrawSetOutline(boxes[3], 0);
TextDrawSetProportional(boxes[3], 1);
TextDrawSetShadow(boxes[3], 1);
TextDrawUseBox(boxes[3], 1);
TextDrawBoxColor(boxes[3], 255);
TextDrawTextSize(boxes[3], 0.000000, 6.000000);



Re: Need Textdraw Skillz - Rizard - 09.02.2011

Quote:
Originally Posted by -Rebel Son-
Посмотреть сообщение
It might require more then one textdraw.
Then I started right


@On_Top_Non_Stop :

Awesome man, this is just exactly what I needed! (no need to code some more )

Appreciate it!

Riz

PS: f*ck m*, that's a tough job


Re: Need Textdraw Skillz - Mean - 09.02.2011

In future, use Zamahrot's TD editor!