TextdrawTextSize problem - 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: TextdrawTextSize problem (
/showthread.php?tid=484389)
TextdrawTextSize problem -
Dusan01 - 30.12.2013
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:
Код:
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 add TextSize i cant click on textdraw...
and when i remove it then bug with other textdraws :S
im using iPLEOMAX's TextDraw Editor