SA-MP Forums Archive
Como criar essa barra - 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: Como criar essa barra (/showthread.php?tid=140801)



Como criar essa barra - hitachi_uchila - 10.04.2010

como criar essa barrinha ai eu pinchei pra nгo divuldar o servidor


se alguem puder my explicar eu agradeзo


Re: Como criar essa barra - hudsonramos10 - 10.04.2010

Nao sei lhe explicar como faz muito nao , mas concerteza parece ser TextDraw , dк uma procurada !


Re: Como criar essa barra - hitachi_uchila - 10.04.2010

ok


Re: Como criar essa barra - Flavinho153 - 10.04.2010

Thug = Roubado :X


Re: Como criar essa barra - Miic - 10.04.2010

TextDraw do GamerX


Re: Como criar essa barra - juniorjg - 10.04.2010

public OnPlayerConnect(playerid)

{


new Text: gText2;
TextDrawBackgroundColor(gText2,0xff000099);
TextDrawColor(gText2,0xff000099);
gText2 = TextDrawCreate(0.0, 435, "Aqui o Texto qui vocк quer qui apareзa "); //Texto
TextDrawUseBox(gText2, true); //Fundo
TextDrawFont(gText2,1); //Fonte do texto
TextDrawBoxColor(gText2, 126); //Cor do fundo
TextDrawBackgroundColor(gText2, 126);
TextDrawUseBox(gText2, true); //Fundo
TextDrawShowForPlayer(playerid, gText2);


Re: Como criar essa barra - tshadow - 10.04.2010

E como se muda a cor das letras


Re: Como criar essa barra - andmeida10 - 10.04.2010

Quote:
Originally Posted by tshadow
E como se muda a cor das letras
basta prestar atenзгo ao codigo k ele deu.


Re: Como criar essa barra - tshadow - 10.04.2010

Nгo jб descobri, nгo й assim й assim

pawn Код:
new Text: gText2;
TextDrawBackgroundColor(gText2,0xff000099);
TextDrawColor(gText2,0xff000099);
gText2 = TextDrawCreate(0.0, 435, "~b~Forum:~w~(nome do forum)"); //Texto ~b~=azul ~w~=branco ~r~=vermelho assim adiante
TextDrawUseBox(gText2, true); //Fundo
TextDrawFont(gText2,1); //Fonte do texto
TextDrawBoxColor(gText2, 126); //Cor do fundo
TextDrawBackgroundColor(gText2, 126);
TextDrawUseBox(gText2, true); //Fundo
TextDrawShowForPlayer(playerid, gText2);
Descobri enquanto via o um mode


Re: Como criar essa barra - hitachi_uchila - 11.04.2010

vlew aki funfo