How to increase/decrease the width/height of a textdrawbox?
#1

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?
Reply
#2

BUMP, REALLY NEED HELP HERE.
Reply
#3

You have to wait sir.
Reply
#4

Destroy the TD and recreate a new one
Reply
#5

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

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)
Reply
#7

so i can't make the textdraw like 25 x 25
Reply
#8

Explain How He Changed The Width/Hieght of his TextdrawBox

http://i40.tinypic.com/f2kagz.jpg
Reply
#9

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

https://sampwiki.blast.hk/wiki/TextDrawTextSize
Reply
#10

Cheers Brother <3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)