Quote:
Originally Posted by IceBilizard
Try this
pawn Код:
new string[256]; for(new playerid = 0; playerid < MAX_PLAYERS; playerid++) { 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); format(string, sizeof(string),"$%d",PlayerInfo[playerid][pAccount]); TextDrawSetString(Textdraw51[playerid], string); TextDrawShowForPlayer(playerid, Textdraw51[playerid]); }
|
it worked, but its always shows $0