#1

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); 
Reply
#2

Try font 2

Also get a textdraw editor and play with it.
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)