SA-MP Forums Archive
Help - 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 (/showthread.php?tid=597121)



Help - Brys - 27.12.2015

How to make a text draw look better, like more clear than the normal one?

PHP код:
    MainMenu[5] = TextDrawCreate(131.5 ,13"Test");
    
TextDrawFont(MainMenu[5] , 1);
    
TextDrawLetterSize(MainMenu[5] , 17);
    
TextDrawColor(MainMenu[5] , 0x008040FF);
    
TextDrawSetOutline(MainMenu[5] , true);
    
TextDrawSetProportional(MainMenu[5] , true);
    
TextDrawSetShadow(MainMenu[5] , 1); 



Re: Help - AndreiWow - 27.12.2015

Try font 2

Also get a textdraw editor and play with it.


Re: Help - AlexuTzVs - 27.12.2015

Try using the ITD , you can change Font , Shadow ETC. You can make it look cleaner from the game