[Ajuda] Text Draw [ REP ]
#1

Bom acho que essa pode ser uma ajuda imbecil mais eu queria saber como eu deixo a cor da Text Draw com as letras bem clarinhas que nem aqui
http://i.imgur.com/h5Ng8mV.png

Vlw

pawn Код:
new Text:Textdraw0;


Textdraw0 = TextDrawCreate(229.000000, 404.000000, "~g~Bem ~r~Vindo ~y~ao ~w~Servidor ~p~- /comandos");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 2.399999);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetSelectable(Textdraw0, 0);
Reply
#2

esse ~g~ representa a cor Green(Verde)
para que ela fique mais clara adicione dois ~h~ depois do green

Assim:
pawn Код:
Textdraw0 = TextDrawCreate(229.000000, 404.000000, "~g~~h~~h~Bem ~r~~h~~h~Vindo ~y~~h~~h~ao ~w~Servidor ~p~~h~~h~- /comandos");
Reply
#3

~h~
exemplo:
pawn Код:
new
    sStringFrm[128];

format(sStringFrm, sizeof(sStringFrm), "~g~estб escuro ~h~agora clareou ~h~agora ainda mais ~h~e agora mais ainda!");
GameTextForPlayer(//...);
Sу que use no textdraw.
Reply
#4

cara funciono certinho [ + REP ], tipo se eu quiser clarear + a text draw uso ~h~ certo?
Reply
#5

Certo, veja meu post.
Cada vez que usar ~h~ vai clarear mais ainda amigo.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)