SA-MP Forums Archive
[Ajuda]TextDraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda]TextDraw (/showthread.php?tid=295379)



[Ajuda]TextDraw - mutante_br - 06.11.2011

Gente no meu gamemode, ele ta com um textdraw com a cor: Azul e Branco


==> Caso Buga: http://i39.tinypic.com/1zz4bcz.png

ai eu queria coloca para a cor: Verde e Amarelo ou Branco e verde ou Branco e Amarelo = menos azul e branco, alguem pode mi ajuda

Linha:
Код:
format(string, sizeof(string), "~w~Level: %d ~n~~w~Exp: %d ~n~~w~Estudo: %d ~n~~w~Gasolina: %d",dini_Int(file, "Level"),dini_Int(file, "Exp"),dini_Int(file, "Escola"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText2[i], string);
//
format(string, sizeof(string), "~w~Visite o Nosso Forum         -         ~w~brasilvidaladrao.forumeiros.com");
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);



Re: [Ajuda]TextDraw - Cristhian - 06.11.2011

TextDrawColor()


Re: [Ajuda]TextDraw - mutante_br - 06.11.2011

mais como vou determina com as cores: verde e amarelo


Re: [Ajuda]TextDraw - Cristhian - 06.11.2011

ai jб nem sei kkk


Re: [Ajuda]TextDraw - ViniBorn - 06.11.2011

Escolha uma cor semelhantemente ao SendClientMessage, em hexadecimal.

Verde = 0x33AA33AA
Amarelo = 0xFFFF00AA
Branco = 0xFFFFFFAA


Re: [Ajuda]TextDraw - CyNiC - 06.11.2011

Procure por gText2[i] = TextDrawCreate(deve estar no OnGameModeInit), um pouco abaixo deverб estar a funзгo TextDrawBackgroundColor, entгo altere a cor da sombra na funзгo TextDrawBackgroundColor com as cores postadas por Viniborn.

Caso nгo ache, procure no OnPlayerConnect por gText[playerid] = TextDrawCreate e faзa o mesmo processo.