[Pedido] Alguem me ajuda aki a fazer essa textdraw
#1

Algum admin apague esse topico
Reply
#2

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.
Reply
#3

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

Й 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.
Reply
#5

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

Cada uma.

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

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 .
Reply
#7

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

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 .
Reply
#9

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.
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)