04.04.2015, 15:53
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 doesn't even show any text draw.
help?