SA-MP Forums Archive
How to increase/decrease the width/height of a textdrawbox? - 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: How to increase/decrease the width/height of a textdrawbox? (/showthread.php?tid=323546)



How to increase/decrease the width/height of a textdrawbox? - NoZ - 06.03.2012

this is my current code.

Code:
		txtgPolice[playerid] = TextDrawCreate(5.0, 135.0,"OK");
		TextDrawUseBox(txtgPolice[playerid],1);
		TextDrawBoxColor(txtgPolice[playerid],0x000000AA);
		TextDrawFont(txtgPolice[playerid],1);
		TextDrawLetterSize(txtgPolice[playerid], 0.2, 1.2);
		TextDrawTextSize(txtgPolice[playerid], 20.00, 400.00);
		TextDrawSetShadow(txtgPolice[playerid],1);
		TextDrawSetOutline(txtgPolice[playerid],1);
		TextDrawBackgroundColor(txtgPolice[playerid],0x000000FF);
		TextDrawAlignment(txtgPolice[playerid],2);
		TextDrawSetProportional(txtgPolice[playerid],1);
how do i make the width/hieght go bigger,

witch line of code?


Re: How to increase/decrease the width/height of a textdrawbox? - NoZ - 06.03.2012

BUMP, REALLY NEED HELP HERE.


Re: How to increase/decrease the width/height of a textdrawbox? - danielhertz - 06.03.2012

You have to wait sir.


AW: How to increase/decrease the width/height of a textdrawbox? - BigETI - 06.03.2012

Destroy the TD and recreate a new one


Re: How to increase/decrease the width/height of a textdrawbox? - NoZ - 06.03.2012

I Just Wanna know how to change the width/height of the box?


AW: How to increase/decrease the width/height of a textdrawbox? - BigETI - 06.03.2012

Quote:

Destroy the TD and recreate a new one

The solution is right above (There is no another way of moving the width/height of a textdraw)


Re: How to increase/decrease the width/height of a textdrawbox? - NoZ - 06.03.2012

so i can't make the textdraw like 25 x 25


Re: How to increase/decrease the width/height of a textdrawbox? - NoZ - 06.03.2012

Explain How He Changed The Width/Hieght of his TextdrawBox

http://i40.tinypic.com/f2kagz.jpg


AW: How to increase/decrease the width/height of a textdrawbox? - BigETI - 06.03.2012

Then be more detailed next time (I thought you are talking about changing the position of a textdraw)

https://sampwiki.blast.hk/wiki/TextDrawTextSize


Re: How to increase/decrease the width/height of a textdrawbox? - NoZ - 06.03.2012

Cheers Brother <3