Textdraw Dinero Banco
#2

pawn Код:
new Text:DineroText[MAX_PLAYERS];

    public OnPlayerConnect(playerid)
    {
        DineroText[playerid] = TextDrawCreate(498.000000,97.000000,"~g~$00000000");
        TextDrawAlignment(DineroText[playerid],0);
        TextDrawBackgroundColor(DineroText[playerid],0x000000ff);
        TextDrawFont(DineroText[playerid],3);
        TextDrawLetterSize(DineroText[playerid],0.599999,2.399999);
        TextDrawColor(DineroText[playerid],0xffffffff);
        TextDrawSetOutline(DineroText[playerid],1);
        TextDrawSetProportional(DineroText[playerid],1);
        TextDrawSetShadow(DineroText[playerid],1);
        TextDrawShowForPlayer(playerid,DineroText[playerid]); //esto te falataba
    }
Reply


Messages In This Thread
Textdraw Dinero Banco - by JoNaDo18 - 29.04.2011, 13:58
Respuesta: Textdraw Dinero Banco - by Daniel-92 - 29.04.2011, 16:21
Respuesta: Textdraw Dinero Banco - by Jose_grana - 29.04.2011, 17:36
Re: Textdraw Dinero Banco - by TheGarfield - 29.04.2011, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)