textdraw on 1280x1024 - 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: textdraw on 1280x1024 (
/showthread.php?tid=374263)
textdraw on 1280x1024 - 1000 views in 7 mins 2000 in 15 mins -
Visio - 02.09.2012
why some Textdraw's aren't show on the resolution 1280x1024.
please help me
that's the td
Код:
LBox3[i] = TextDrawCreate(612.000000,338.000000,"L");
TextDrawUseBox(LBox3[i],1);
TextDrawBoxColor(LBox3[i],0x00000088);
TextDrawTextSize(LBox3[i],457.000000,2.000000);
TextDrawAlignment(LBox3[i],0);
TextDrawBackgroundColor(LBox3[i],0x000000ff);
TextDrawFont(LBox3[i],3);
TextDrawLetterSize(LBox3[i],-0.000000,-0.400000);
TextDrawColor(LBox3[i],TopLinesColor);
TextDrawSetOutline(LBox3[i],1);
TextDrawSetProportional(LBox3[i],1);
TextDrawSetShadow(LBox3[i],1);
Re: textdraw on 1280x1024 -
Visio - 02.09.2012
up pls
Re: textdraw on 1280x1024 -
SAMPHacker - 02.09.2012
use this to show the Textdraw,
PHP код:
TextDrawShowForPlayer(playerid , textdrawid);
Re: textdraw on 1280x1024 -
Visio - 02.09.2012
that i use.
i see it on all resolution but not 1280x1024 and higher
Re: textdraw on 1280x1024 -
SAMPHacker - 02.09.2012
well your TD code should work successfully,
maybe its a SA-MP bug.
Re: textdraw on 1280x1024 -
Visio - 02.09.2012
solved
depends on its gross