SA-MP Forums Archive
Help with dialogs.inc (TextDraws) - 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: Help with dialogs.inc (TextDraws) (/showthread.php?tid=653412)



Help with dialogs.inc (TextDraws) - GospodinX - 04.05.2018

Hi guys

I need help with Dialogs.inc,I need to increase textdraw size but i don't know how to find it textdraw in include(I'm not good with textdraws :/ )

I use this inc: https://pastebin.com/tpt9WC3W

I need to increase this textdraw:

http://prntscr.com/jdkjxk

Because my players on some resolutions don't see it...(it's dimly etc)

Thanks


Re: Help with dialogs.inc (TextDraws) - Gammix - 04.05.2018

Get the newer version which have bigger font size: (the dialog style you are using right now is DIALOG_STYLE_PREVMODEL_HEADERS was removed in v3, you can simply use DIALOG_STYLE_PREVIEW_MODEL)
https://sampforum.blast.hk/showthread.php?tid=570213


Re: Help with dialogs.inc (TextDraws) - GospodinX - 05.05.2018

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Get the newer version which have bigger font size: (the dialog style you are using right now is DIALOG_STYLE_PREVMODEL_HEADERS was removed in v3, you can simply use DIALOG_STYLE_PREVIEW_MODEL)
https://sampforum.blast.hk/showthread.php?tid=570213
Thank you very much! I'm try it,all is good