30.12.2013, 15:58
Hi guys, i have problem with TextDrawTextSize, im creating clickable textdraws and i need to use TextSize to dont bug clickable textdraws and here is one clickable textdraw:
and when i add TextSize i cant click on textdraw...
and when i remove it then bug with other textdraws :S
im using iPLEOMAX's TextDraw Editor
Код:
Inv10[i] = TextDrawCreate(183.500000, 172.375000, "EMPTY"); TextDrawLetterSize(Inv10[i], 0.404000, 1.219374); TextDrawTextSize(Inv10[i], 58.500000, 12.687500); TextDrawAlignment(Inv10[i], 1); TextDrawColor(Inv10[i], -1); TextDrawSetShadow(Inv10[i], 0); TextDrawSetOutline(Inv10[i], 1); TextDrawBackgroundColor(Inv10[i], 51); TextDrawFont(Inv10[i], 2); TextDrawSetProportional(Inv10[i], 1);
and when i remove it then bug with other textdraws :S
im using iPLEOMAX's TextDraw Editor