[AJUDA]TextDrawCreate
#2

No Inicio no seu GM Crie esta New :

pawn Код:
new Text:Textdrawinfo;
Logo Apуs , Ponha Isto em seu OnGameModeInit :

pawn Код:
Textdrawinfo= TextDrawCreate(1.0, 433.0, "Texto");
    TextDrawAlignment(Textdrawinfo,0);
    TextDrawUseBox(Textdrawinfo,2);
    TextDrawBackgroundColor(Textdrawinfo,0x000000FF);
    TextDrawFont(Textdrawinfo,2);
    TextDrawLetterSize(Textdrawinfo,0.2900, 1.4);
    TextDrawBoxColor(Textdrawinfo,0x00000050);
    TextDrawColor(Textdrawinfo, 0xFFFFFFFF);
    TextDrawSetOutline(Textdrawinfo,1);
    TextDrawSetProportional(Textdrawinfo,1);
    TextDrawSetShadow(Textdrawinfo,1);
    for(new i; i < MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            TextDrawShowForPlayer(i, Textdrawinfo);
        }
    }
E Por Ultimo , em seu OnPlayerConnect , Ponha Isto :

pawn Код:
TextDrawShowForPlayer(playerid, Textdrawinfo);
Reply


Messages In This Thread
[AJUDA]TextDrawCreate - by IgorMendes - 20.03.2012, 18:13
Re: [AJUDA]TextDrawCreate - by .FuneraL. - 20.03.2012, 18:25
Re: [AJUDA]TextDrawCreate - by Abravanel - 20.03.2012, 18:30
Re: [AJUDA]TextDrawCreate - by DouglasRodrigues - 20.03.2012, 18:34
Re: [AJUDA]TextDrawCreate - by IgorMendes - 20.03.2012, 18:35
Re: [AJUDA]TextDrawCreate - by histire - 20.03.2012, 18:47
Re: [AJUDA]TextDrawCreate - by Abravanel - 20.03.2012, 18:53
Re: [AJUDA]TextDrawCreate - by ViniBorn - 20.03.2012, 18:55
Re: [AJUDA]TextDrawCreate - by histire - 20.03.2012, 18:59
Re: [AJUDA]TextDrawCreate - by Abravanel - 20.03.2012, 19:09

Forum Jump:


Users browsing this thread: 1 Guest(s)