[DUVIDA] Texto em Baixo.
#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


Messages In This Thread
[DUVIDA] Texto em Baixo. - by JOKERBOY - 09.03.2011, 15:17
Re: [DUVIDA] Texto em Baixo. - by zbt_Daimyo - 09.03.2011, 15:26
Re: [DUVIDA] Texto em Baixo. - by [AF]Junior - 09.03.2011, 15:27
Re: [DUVIDA] Texto em Baixo. - by JonathanFeitosa - 09.03.2011, 15:29

Forum Jump:


Users browsing this thread: 1 Guest(s)