28.12.2011, 14:03
Voce deve criar uma Draw para cada player, e mudar o local dos Draw ao invйs do OnGameModeInit coloque no OnPlayerConnect exemplo
pawn Код:
new Text:BarraScore[MAX_PLAYERS];
//OnPlayerConnect
BarraScore[playerid] = TextDrawCreate(634.000000, 340.000000, "-");
TextDrawBackgroundColor(BarraScore[playerid], 255);
TextDrawFont(BarraScore[playerid], 1);
TextDrawLetterSize(BarraScore[playerid], 0.370000, 3.399998);
TextDrawColor(BarraScore[playerid], 0);
TextDrawSetOutline(BarraScore[playerid], 0);
TextDrawSetProportional(BarraScore[playerid], 1);
TextDrawSetShadow(BarraScore[playerid], 0);
TextDrawUseBox(BarraScore[playerid], 1);
TextDrawBoxColor(BarraScore[playerid], 80);
TextDrawTextSize(BarraScore[playerid], 529.000000, 21.000000);//quando o player logar, irб criar a draw para ele