SA-MP Forums Archive
Help with TextDraw - 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: Help with TextDraw (/showthread.php?tid=334031)



Help with TextDraw - Mecool - 13.04.2012

Hi, i have this speedometer:
http://www.part.lt/perziura/47fe934d...f2ea7ca982.PNG
And i want to do this:
http://www.part.lt/perziura/2ae9c5c6...afc1dbd836.PNG


Re: Help with TextDraw - IstuntmanI - 13.04.2012

It's a red box behind the black box. Use TextDrawEditor1.0.


AW: Help with TextDraw - Tigerkiller - 13.04.2012

lol isnt it TextDrawLetterSize ?


Re: Help with TextDraw - IstuntmanI - 13.04.2012

Create a red box with _ (won't show) then adjust it's sizes, then in script create it before the black box with text.


Re: Help with TextDraw - Mecool - 23.04.2012

This is box:
Код:
box[playerid] = TextDrawCreate(618,377,"_");//Spidometro Juoda Deћute
TextDrawLetterSize(box[playerid],0.5,4.999996);
TextDrawUseBox(box[playerid],1);
TextDrawBoxColor(box[playerid],0x00000060);
TextDrawTextSize(box[playerid],473,0);
Can you help make me?


Re: Help with TextDraw - Mecool - 23.04.2012

Help please