OutLine
#1

Hello i need a small help

PHP код:
TextDrawSetOutline(Te2); 
How to change the outline color from Black to white?
Reply
#2

"TextDrawSetOutline Sets the thickness of a textdraw's text's outline. TextDrawBackgroundColor can be used to change the color."

https://sampwiki.blast.hk/wiki/TextDrawSetOutline

https://sampwiki.blast.hk/wiki/TextDrawBackgroundColor

If TextDrawSetOutline is used with size > 0, the outline color will match the color used in TextDrawBackgroundColor. Changing the value of color seems to alter the color used in TextDrawColor
Reply
#3

Quote:
Originally Posted by khRamin78
Посмотреть сообщение
"TextDrawSetOutline Sets the thickness of a textdraw's text's outline. TextDrawBackgroundColor can be used to change the color."

https://sampwiki.blast.hk/wiki/TextDrawSetOutline

https://sampwiki.blast.hk/wiki/TextDrawBackgroundColor

If TextDrawSetOutline is used with size > 0, the outline color will match the color used in TextDrawBackgroundColor. Changing the value of color seems to alter the color used in TextDrawColor
It looks poor its have too high light

PHP код:
Te TextDrawCreate(0.400007435.947021"~w~ZX - ZoneX Build 4");
TextDrawLetterSize(Te0.3039990.875733);
TextDrawTextSize(Te753.0000000.000000);
TextDrawAlignment(Te1);
TextDrawColor(Te,6);
TextDrawSetShadow(Te0);
TextDrawSetOutline(Te1);
TextDrawBackgroundColor(Te0xFFFFFFFF);
TextDrawFont(Te1);
TextDrawSetProportional(Te1);
TextDrawSetShadow(Te0); 
Reply
#4

use ingame textdraw editor it would help you so much
Reply
#5

Quote:
Originally Posted by khRamin78
Посмотреть сообщение
use ingame textdraw editor it would help you so much
No, i want to create it by myself also many people tried to make it with editor without learning how it works or even to ask any one so, I only need a good person to help me in that textdraw problem.
Reply
#6

Quote:
Originally Posted by Loinal
Посмотреть сообщение
No, i want to create it by myself also many people tried to make it with editor without learning how it works or even to ask any one so, I only need a good person to help me in that textdraw problem.
just make it with text draw editor and see the different with your own code easy way to learn ok ?
Reply
#7

Quote:
Originally Posted by khRamin78
Посмотреть сообщение
just make it with text draw editor and see the different with your own code easy way to learn ok ?
Thanks, but its already fixed by my mind the box was black and textcolor is white and the outline was white that makes it look poor.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)