04.08.2013, 15:02
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
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);