SA-MP Forums Archive
[Pedido] Faixa preta no rodapй - 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: [Pedido] Faixa preta no rodapй (/showthread.php?tid=533329)



Faixa preta no rodapй - itzguih4i20 - 23.08.2014

Sem tнtulo.jpg

Galera queria colocar essas faixas pretas na parte do roda pe e na parte superior de cima
alguem me ajuda como fazer??


Re: Ajude-me como fazer? - mateus1546 - 23.08.2014

Mano eu acho que isso й uma text draw....


Re: Ajude-me como fazer? - Sobrevizion - 23.08.2014

Isto й um TextDraw como o amigo falou acima


Re: Ajude-me como fazer? - Spectral - 24.08.2014

Isso й uma TextDraw.
Vocк faz com o iPleoMax: https://sampforum.blast.hk/showthread.php?tid=376758

Mas esse Gamemode (play happy) aн й tгo espalhado na net, que eu acharia melhor baixб-lo e copiar a textdraw.
A nгo ser que queira fazer uma diferente, daн usa o iPleoMax


Respuesta: Faixa preta no rodapй - itzguih4i20 - 24.08.2014

Nгo mas eu nгo uso esse GM nгo esse era so pra dar um exemplo vlw galera


Re: Faixa preta no rodapй - pivetesgames - 24.08.2014

Muito fбcil amigo, crie um ponto, estique para os lados, espero ter ajudado.

Ajudei? +REP


Re: Faixa preta no rodapй - n0minal - 24.08.2014

Quote:
Originally Posted by pivetesgames
Посмотреть сообщение
Muito fбcil amigo, crie um ponto, estique para os lados, espero ter ajudado.

Ajudei? +REP
Nгo й ponto, й uma box com transparкncia...


Re: Faixa preta no rodapй - pivetesgames - 24.08.2014

Quote:
Originally Posted by n0minal
Посмотреть сообщение
Nгo й ponto, й uma box com transparкncia...
Desculpe, foi erro meu mesmo, pensei que ele queria criar os riscos, que se encontram no textdraw do lado direito da tela.


Re: Faixa preta no rodapй - Duun - 24.08.2014

retirado do meu GM:

pawn Код:
Tela[0] = TextDrawCreate(-1.000000, 2.000000, "~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    TextDrawBackgroundColor(Tela[0], 255);
    TextDrawFont(Tela[0], 1);
    TextDrawLetterSize(Tela[0], 0.500000, 1.000000);
    TextDrawColor(Tela[0], 255);
    TextDrawSetOutline(Tela[0], 0);
    TextDrawSetProportional(Tela[0], 1);
    TextDrawSetShadow(Tela[0], 1);
    TextDrawUseBox(Tela[0], 1);
    TextDrawBoxColor(Tela[0], 255);
    TextDrawTextSize(Tela[0], 638.000000, -40.000000);

    Tela[1] = TextDrawCreate(-1.000000, 368.000000, "~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    TextDrawBackgroundColor(Tela[1], 255);
    TextDrawFont(Tela[1], 1);
    TextDrawLetterSize(Tela[1], 0.500000, 1.000000);
    TextDrawColor(Tela[1], 255);
    TextDrawSetOutline(Tela[1], 0);
    TextDrawSetProportional(Tela[1], 1);
    TextDrawSetShadow(Tela[1], 1);
    TextDrawUseBox(Tela[1], 1);
    TextDrawBoxColor(Tela[1], 255);
    TextDrawTextSize(Tela[1], 638.000000, -40.000000);
agora sу declarar as variбveis, e botar pro player ver as faixas quando logar.
E quando spanar, tirar.

Textdrawnshowforplayer E textdrawnhideforplayer


Re: Faixa preta no rodapй - n0minal - 24.08.2014

Quote:
Originally Posted by Duun
Посмотреть сообщение
retirado do meu GM:

pawn Код:
Tela[0] = TextDrawCreate(-1.000000, 2.000000, "~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    TextDrawBackgroundColor(Tela[0], 255);
    TextDrawFont(Tela[0], 1);
    TextDrawLetterSize(Tela[0], 0.500000, 1.000000);
    TextDrawColor(Tela[0], 255);
    TextDrawSetOutline(Tela[0], 0);
    TextDrawSetProportional(Tela[0], 1);
    TextDrawSetShadow(Tela[0], 1);
    TextDrawUseBox(Tela[0], 1);
    TextDrawBoxColor(Tela[0], 255);
    TextDrawTextSize(Tela[0], 638.000000, -40.000000);

    Tela[1] = TextDrawCreate(-1.000000, 368.000000, "~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    TextDrawBackgroundColor(Tela[1], 255);
    TextDrawFont(Tela[1], 1);
    TextDrawLetterSize(Tela[1], 0.500000, 1.000000);
    TextDrawColor(Tela[1], 255);
    TextDrawSetOutline(Tela[1], 0);
    TextDrawSetProportional(Tela[1], 1);
    TextDrawSetShadow(Tela[1], 1);
    TextDrawUseBox(Tela[1], 1);
    TextDrawBoxColor(Tela[1], 255);
    TextDrawTextSize(Tela[1], 638.000000, -40.000000);
agora sу declarar as variбveis, e botar pro player ver as faixas quando logar.
E quando spanar, tirar.

Textdrawnshowforplayer E textdrawnhideforplayer
"~n~~n~~n~~n~~n~~n~~n~~n~~n~" nгo й necessбrio pular linhas pra posicionar uma textdraw amigo, й mais fбcil vocк mover do que ficar aquele risco no meio da tela...