[DUVIDA] Texto em Baixo.
#1

Como que eu faзo para adicionar este texto embaixo ??

Reply
#2

Baixe a FS do zamaroth , ou mesmo procure um tutorial aki no forum , e muito simples de se fazer
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=147555
Reply
#4

Um do Meu GM :

pawn Код:
new Text:JFS;
OnGameModeInit :
pawn Код:
Textdraw0 = TextDrawCreate(3.000000, 433.000000, "[TDM] ~g~Drift x Cop - ~w~ By: ~y~Garfield й Jonathan Feitosa");
    TextDrawBackgroundColor(JFS, 255);
    TextDrawFont(JFS, 1);
    TextDrawLetterSize(JFS, 0.529999, 1.300001);
    TextDrawColor(JFS, -65281);
    TextDrawSetOutline(JFS, 1);
    TextDrawSetProportional(JFS, 1);
    TextDrawUseBox(JFS, 1);
    TextDrawBoxColor(JFS, 255);
    TextDrawTextSize(JFS, 655.000000, -95.000000);
    for(new i; i < MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            TextDrawShowForPlayer(i, JFS);
        }
    }
    return 1;
}
OnGameModeExit:
pawn Код:
TextDrawHideForAll(JFS);
    TextDrawDestroy(JFS);
OnPlayerConnect :
pawn Код:
TextDrawShowForPlayer(playerid, JFS);
Esse й um Pouco diferente
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)