01.11.2012, 15:18
Is it too hard to change from MAX_PLAYER_NAME to MAX_PLAYERS ?
pawn Код:
new Text:Working[MAX_PLAYERS];
for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
{
Working[playerid] = TextDrawCreate(320.000000, 427.000000, " ");
TextDrawBackgroundColor(Working[playerid], 255);
TextDrawFont(Working[playerid], 2);
TextDrawLetterSize(Working[playerid], 0.319999, 1.0100000);
TextDrawColor(Working[playerid], -1);
TextDrawSetOutline(Working[playerid], 1);
TextDrawSetProportional(Working[playerid], 1);
TextDrawAlignment(Working[playerid], 2);
}