help with moneybank
#1

pawn Код:
new string[256];
    for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
    {
    format(string, sizeof(string),"$%d",PlayerInfo[playerid][pAccount]);
    Textdraw51[playerid] = TextDrawCreate(608.000000, 98.000000, " "); // bank money
    TextDrawAlignment(Textdraw51[playerid], 3);
    TextDrawBackgroundColor(Textdraw51[playerid], 255);
    TextDrawFont(Textdraw51[playerid], 3);
    TextDrawLetterSize(Textdraw51[playerid], 0.650000, 2.199999);
    TextDrawColor(Textdraw51[playerid], 43775);
    TextDrawSetOutline(Textdraw51[playerid], 1);
    TextDrawSetProportional(Textdraw51[playerid], 1);
    }
It doesen't show bank money like raven's rp one.
it doesn't even show any text draw.
help?
Reply


Messages In This Thread
help with moneybank - by Rabea - 04.04.2015, 15:53
Re: help with moneybank - by Antoniohl - 04.04.2015, 15:58
Re: help with moneybank - by Rabea - 04.04.2015, 16:00
Re: help with moneybank - by IceBilizard - 04.04.2015, 16:15
Re: help with moneybank - by Rabea - 04.04.2015, 16:19
Re: help with moneybank - by IceBilizard - 04.04.2015, 16:21
Re: help with moneybank - by CalvinC - 04.04.2015, 16:22
Re: help with moneybank - by Rabea - 04.04.2015, 16:22
AW: help with moneybank - by Mencent - 04.04.2015, 16:23
Re: help with moneybank - by Rabea - 04.04.2015, 16:24

Forum Jump:


Users browsing this thread: 1 Guest(s)