SA-MP Forums Archive
[Pedido] Alguem me ajuda aki a fazer essa 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: [Pedido] Alguem me ajuda aki a fazer essa textdraw (/showthread.php?tid=425833)



Alguem me ajuda aki a fazer essa textdraw - Bl4ckN3w - 26.03.2013

Algum admin apague esse topico


Re: Alguem me ajuda aki a fazer essa textdraw - Lуs - 26.03.2013

Legal, use Zamarohtґs TextDraw Editor para fazer as textdraws e depois TextDrawShowForAll TextDrawHideForAll e SetTimer para esconder e mostrar as textdraws para os jogadores.


Re: Alguem me ajuda aki a fazer essa textdraw - Bl4ckN3w - 26.03.2013

Vei tavo olhando la e nao entendi nada tem como me ajuda criar nao esse sistema


Re: Alguem me ajuda aki a fazer essa textdraw - Lуs - 26.03.2013

Й um filterscript, faзa o download dele, coloque na pasta filterscripts, coloque ele no server.cfg, depois abra o server, entre nele, e digite /text, faзa as textdraws e exporte.

Simples e fбcil.


Re: Alguem me ajuda aki a fazer essa textdraw - HumildadeAgain - 27.03.2013

Se me fizer um cafe eu penso no seu caso...

Cada uma.

Estude oque o los falou que vocк faz fбcil.


Re: Alguem me ajuda aki a fazer essa textdraw - DiReCt hIt - 27.03.2013

Crie a Textdraw (Zamaroth) .
Depois aprenda aplicar as funзхes que o Los falou .
Vou pensar se faзo uma explicaзгo para vocк, prq tou com preguiзa .


Re: Alguem me ajuda aki a fazer essa textdraw - Bl4ckN3w - 27.03.2013

Eu nu to nem conseguindo fazer a teste nakele programa to tentando faz 10 minutos


Re: Alguem me ajuda aki a fazer essa textdraw - DiReCt hIt - 27.03.2013

visite o tуpico original do zamaroth , lб tem o download, tem atachado em um comentбrio tambйm a versгo dele em espanhol, que й muito fбcil o compreendimento .


Re: Alguem me ajuda aki a fazer essa textdraw - @Riichard - 27.03.2013

Quote:
Originally Posted by Los
Посмотреть сообщение
Legal, use Zamarohtґs TextDraw Editor para fazer as textdraws e depois TextDrawShowForAll TextDrawHideForAll e SetTimer para esconder e mostrar as textdraws para os jogadores.
Faltou as variaveis e as randons -q


@Topic

Existe um FilterScript pareзido: https://sampforum.blast.hk/showthread.php?tid=408265

Estude-o.


Re: Alguem me ajuda aki a fazer essa textdraw - smiiir - 27.03.2013

Fiz aqui pra tu, mas sem a box, se quiser faz ae

PHP код:
new Text:iTextInfo[MAX_PLAYERS];
new 
Text:iText[MAX_PLAYERS];

public 
OnPlayerConnect(playerid)
{
    for (new 
0GetMaxPlayers(); i++)
    {
        
TextDrawShowForPlayer(i,iText[i]);
        
TextDrawShowForPlayer(i,iTextInfo[i]);
    }
    return 
1;
}

public 
OnGameModeInit()
{
    for (new 
0GetMaxPlayers(); i++)
    {
        
iTextInfo[i] = TextDrawCreate(161.000000349.000000"Info:");
        
TextDrawBackgroundColor(iTextInfo[i], 255);
        
TextDrawFont(iTextInfo[i], 2);
        
TextDrawLetterSize(iTextInfo[i], 0.2000001.500000);
        
TextDrawColor(iTextInfo[i], -16776961);
        
TextDrawSetOutline(iTextInfo[i], 1);
        
TextDrawSetProportional(iTextInfo[i], 1);

        
iText[i] = TextDrawCreate(164.000000361.000000"Melhores radios da web digite /radio");
        
TextDrawBackgroundColor(iText[i], 255);
        
TextDrawFont(iText[i], 2);
        
TextDrawLetterSize(iText[i], 0.2000001.500000);
        
TextDrawColor(iText[i], -16711681);
        
TextDrawSetOutline(iText[i], 1);
        
TextDrawSetProportional(iText[i], 1);
    }

    return 
1;

Print:
http://i.imgur.com/e1EItiC.png