SA-MP Forums Archive
[DUV] Como Fazer Text Draw assim - 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: [DUV] Como Fazer Text Draw assim (/showthread.php?tid=131978)



[DUV] Como Fazer Text Draw assim - victorxd12 - 06.03.2010

Ola Estava Entrando num servidor й vi um negocio preto nas pontas queria saber como eu poderia fazer se poderem me ajudar agradeco

/imageshack/img36/4898/samp113k.png



Re: [DUV] Como Fazer Text Draw assim - cabelo - 06.03.2010

pode passar o link da imagem novamente?


Re: [DUV] Como Fazer Text Draw assim - Chivits - 06.03.2010

Quote:
Originally Posted by cabelo
pode passar o link da imagem novamente?
й sу tirar o espaзo q tem no meio brow ...

/imageshack/img36/4898/samp113k.png


Re: [DUV] Como Fazer Text Draw assim - Comando_DS - 06.03.2010

puts, tambem tava atras desse bagulho c alguem souber como faz


Re: [DUV] Como Fazer Text Draw assim - GuikBretas - 07.03.2010

UP, eu tambйm quero criar um


Re: [DUV] Como Fazer Text Draw assim - RoamPT - 07.03.2010

http://forum.sa-mp.com/index.php?topic=29132.0

Agora para fazer й fбcil, nunca ninguйm me precisou de dizer, querem sempre a papinha toda feita, apenas escrevam algo e insiram uma box e depois faзam resize.


Re: [DUV] Como Fazer Text Draw assim - SlashPT - 07.03.2010

no topo

pawn Код:
new Text:topblack, Text:bottomblack;
depois

no ongamemodinit

pawn Код:
topblack = TextDrawCreate(1.000000,-45.000000,"__");
    bottomblack = TextDrawCreate(-2.000000,371.000000,"__");
    TextDrawUseBox(topblack,1);
    TextDrawBoxColor(topblack,0x000000ff);
    TextDrawTextSize(topblack,655.000000,80.000000);
    TextDrawUseBox(bottomblack,1);
    TextDrawBoxColor(bottomblack,0x000000ff);
    TextDrawTextSize(bottomblack,840.000000,240.000000);
    TextDrawAlignment(topblack,0);
    TextDrawAlignment(bottomblack,0);
    TextDrawBackgroundColor(topblack,0x000000ff);
    TextDrawBackgroundColor(bottomblack,0x000000ff);
    TextDrawFont(topblack,3);
    TextDrawLetterSize(topblack,1.000000,14.000000);
    TextDrawFont(bottomblack,3);
    TextDrawLetterSize(bottomblack,1.000000,24.000000);
    TextDrawColor(topblack,0xffffffff);
    TextDrawColor(bottomblack,0xffffffff);
    TextDrawSetOutline(topblack,1);
    TextDrawSetOutline(bottomblack,1);
    TextDrawSetProportional(topblack,1);
    TextDrawSetProportional(bottomblack,1);
    TextDrawSetShadow(topblack,1);
    TextDrawSetShadow(bottomblack,1);
no onplayerconnect

pawn Код:
TextDrawShowForPlayer(playerid, topblack);
TextDrawShowForPlayer(playerid, bottomblack);
no onplayerspawn

pawn Код:
TextDrawHideForPlayer(playerid, topblack);
TextDrawHideForPlayer(playerid, bottomblack);



Re: [DUV] Como Fazer Text Draw assim - victorxd12 - 08.03.2010

Quote:
Originally Posted by RoamPT
http://forum.sa-mp.com/index.php?topic=29132.0

Agora para fazer й fбcil, nunca ninguйm me precisou de dizer, querem sempre a papinha toda feita, apenas escrevam algo e insiram uma box e depois faзam resize.
vocк leu oque escrevi entao releia porque nao pidi pra faze ¬¬'?

como poderia fazer


Re: [DUV] Como Fazer Text Draw assim - RoamPT - 08.03.2010

Quote:
Originally Posted by victorxd12
Quote:
Originally Posted by RoamPT
http://forum.sa-mp.com/index.php?topic=29132.0

Agora para fazer й fбcil, nunca ninguйm me precisou de dizer, querem sempre a papinha toda feita, apenas escrevam algo e insiram uma box e depois faзam resize.
vocк leu oque escrevi entao releia porque nao pidi pra faze ¬¬'?

como poderia fazer
Lк novamente o meu post.