New to textdraws xD - 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: New to textdraws xD (
/showthread.php?tid=160739)
New to textdraws xD -
bartje01 - 17.07.2010
Well guys. I want to work with textdraws.
I have this:
Speed = TextDrawCreate(506.100000,351.100000,"_");
TextDrawUseBox(Speed,1);
TextDrawBoxColor(Speed,0x00000065);
TextDrawTextSize(Speed,625.000000,0.000000);
TextDrawAlignment(Speed,0);
TextDrawBackgroundColor(Speed,0x000000FF);
TextDrawFont(Speed,2);
TextDrawLetterSize(Speed,0.25,1.0);
TextDrawColor(Speed,0xFFFFFFFF);
TextDrawSetOutline(Speed,1);
TextDrawSetProportional(Speed,1);
TextDrawSetShadow(Speed,1);
But it is just a small bar. I want to make it bigger. How?
Thanks
Re: New to textdraws xD -
DiddyBop - 17.07.2010
Edit TextDrawLetterSize(Speed,0.25,1.0);
Or TextDrawTextSize(Speed,625.000000,0.000000);
Not entirly sure.
Re: New to textdraws xD -
bartje01 - 17.07.2010
I also was thinking of one of these two. I will try it when I come back home. Thankyou for your assitance
Re: New to textdraws xD -
bartje01 - 17.07.2010
Yes it's this one Edit TextDrawLetterSize(Speed,0.25,1.0);