[AJUDA] +REP :) - 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] +REP :) (
/showthread.php?tid=335041)
[AJUDA] +REP :) -
peumenezes - 16.04.2012
Olб pessoal queria saber, se alguйm sabe como eu faзo pra mudar a cor desses TextDraw que estao circulados de vermelho como mostra na IMG
Foto:
Re: [AJUDA] +REP :) -
Deanx - 16.04.2012
Se quiser que eu troque posta o codigo delas
Corres:
Amarelo= ~y~
Vermelho= ~r~
Azul= ~b~
Verde= ~g~
Roxo= ~p~
Re: [AJUDA] +REP :) -
kratty - 16.04.2012
Procure pelas TextDraw e troque a cor das letras ^^
Re: [AJUDA] +REP :) -
peumenezes - 16.04.2012
parceiro eu sу achei esse
pawn Код:
format(string, sizeof(string), "~p~Brasil Second Life~n~ ~n~ ~g~ Respeito em:~n~ ~w~%d/~g~7 Min",dini_Int(file, "Tempo"));
TextDrawSetString(gText2[i], string);
//
format(string, sizeof(string), "~y~.::Brasil Second Life::. ~g~Respeito:~r~%d/~g~5 ~g~Level:~r~%d ~g~Estudo:~r~%d",dini_Int(file, "EXP"),dini_Int(file, "Level"),dini_Int(file, "Faculdade"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);
Re: [AJUDA] +REP :) -
dPlaYer_ - 16.04.2012
Preto: ~l~
Ex de uso:
pawn Код:
~y~Brasil ~b~Second ~y~Life
~n~ = Pula 1 linha
Re: [AJUDA] +REP :) -
@Riichard - 16.04.2012
Vocк pode utilizar a cor do seu gm mesmo.
Exemplo :
pawn Код:
TextDrawColor(NOME TEXTDRAW,0x3D28FFAA); // Cor
TextDrawBackgroundColor(NOME TEXTDRAW,0x000000AA); // Fundo da cor
TextDrawSetOutline(NOME TEXTDRAW,1); // Para Aparecer a cor de fundo
Re: [AJUDA] +REP :) -
peumenezes - 16.04.2012
Hб entendi, [LF]PlaYer vocк sabe de algum site que mostre tipo uma tabela dizendo as cores tipo como vocк falou
Preto: ~l~
Branco:
Rosa:
Azul
etc.
Re: [AJUDA] +REP :) -
Abravanel - 16.04.2012
Click here
Re: [AJUDA] +REP :) -
peumenezes - 16.04.2012
AFerreira e [LF]Player vlw os dois vou dar REP pra AFerreira que tem menos
Re: [AJUDA] +REP :) -
CidadeNovaRP - 16.04.2012
~b~ = Azul
~p~ = Rosa
~r~ = Vermelho
~w~ = Branco
~y~ = Amarelo
~g~ = Verde
Fonte para mais Info:
http://tudoprasamp.blogspot.com.br/2...mbaixo-do.html