Код:
for(new td; td < sizeof(ToiduDraw); td++) (line 11871)
{
ToiduDraw[td] = TextDrawCreate(544, 30, " ");
SpeedDraw[td] = TextDrawCreate(300.0, 300.0, "Kiirus: x km/h Numbrim2rk: -");
TextDrawUseBox(SpeedDraw[td], 1);
InfoBar[td] = TextDrawCreate(200.0,418.0,":)"); //minX = 120 // 330
TextDrawAlignment(InfoBar[td],1);
TextDrawUseBox(InfoBar[td],1);
TextDrawBoxColor(InfoBar[td],0x00000050);
TextDrawTextSize(InfoBar[td],640.0,480.0);
TextDrawFont(InfoBar[td],1);
TextDrawSetOutline(InfoBar[td],0);
}
print("DEBUG 2");
return 1;
}