03.12.2010, 17:21
/imageshack/img809/228/helps.png
How to make a textdraw like this?
If you make a textdraw for example.
Variable_Name = TextDrawCreate(260.000000,222.000000," ");
TextDrawFont(Variable_Name,1);
TextDrawColor(Variable_Name,0xFFFFFFAA);
TextDrawLetterSize(Variable_Name,0.599999,1.000000 );
TextDrawSetOutline(Variable_Name,0);
TextDrawSetShadow(Variable_Name,0);
TextDrawSetProportional(Variable_Name,1);
TextDrawBackgroundColor(Variable_Name,0x000000ff);
TextDrawUseBox(Variable_Name, 1);
TextDrawBoxColor(Variable_Name, 0x000000FF);
If you add this and type something you will get a black box with text in and it stretches to the left or right.
Please help (a)
How to make a textdraw like this?
If you make a textdraw for example.
Variable_Name = TextDrawCreate(260.000000,222.000000," ");
TextDrawFont(Variable_Name,1);
TextDrawColor(Variable_Name,0xFFFFFFAA);
TextDrawLetterSize(Variable_Name,0.599999,1.000000 );
TextDrawSetOutline(Variable_Name,0);
TextDrawSetShadow(Variable_Name,0);
TextDrawSetProportional(Variable_Name,1);
TextDrawBackgroundColor(Variable_Name,0x000000ff);
TextDrawUseBox(Variable_Name, 1);
TextDrawBoxColor(Variable_Name, 0x000000FF);
If you add this and type something you will get a black box with text in and it stretches to the left or right.
Please help (a)