i have a question i did make a box for me speedmeter, but i do it fault or it bugg?
TextDrawAlignment(VehicleTextdraw[i], false); TextDrawBackgroundColor(VehicleTextdraw[i], 0x000000ff); TextDrawFont(VehicleTextdraw[i], 2); TextDrawColor(VehicleTextdraw[i], 0xffffffff); TextDrawSetOutline(VehicleTextdraw[i], true); TextDrawSetProportional(VehicleTextdraw[i], true); TextDrawSetShadow(VehicleTextdraw[i], 1); TextDrawUseBox(VehicleTextdraw[i], true); TextDrawBoxColor(VehicleTextdraw[i],0x00000066);
|
Originally Posted by NiiRV4N4
umm... what?
|
the size of the textdraw of the box is wrong letter size is fine as that's wat makes it go down/up but it's the x/y co-ords to the box that needs making lower
|
Originally Posted by Beaver07
the textdraw letter size and create is exactly wat is needed here
the size of the textdraw of the box is wrong letter size is fine as that's wat makes it go down/up but it's the x/y co-ords to the box that needs making lower |
VehicleTextdraw[i] = TextDrawCreate(22.000000, 300.000000, "~r~Vehicle information here"); TextDrawLetterSize(VehicleTextdraw[i], 0.200000, 1.000000);
VehicleTextdraw[i] = TextDrawCreate(22.000000, 300.000000, "~r~Vehicle information here");
VehicleTextdraw[i] = TextDrawCreate(22.000000, 50.000000, "~r~Vehicle information here");
so you can see where you want to place it
|
Originally Posted by Beaver07
rofl... erm.. i aint very good with textdraws i'd just recommend downloading an FS from the forums and re-doing the textdraw in-game
so you can see where you want to place it |