Evo kod:
OdgovorTD = CreatePlayerTextDraw(playerid, 322.750000, 309.790710, "A_)_Mimoilazenje");
PlayerTextDrawLetterSize(playerid, OdgovorTD, 0.214999, 1.301332);
PlayerTextDrawTextSize(playerid, OdgovorTD, 0.000000, 217.000000);
PlayerTextDrawAlignment(playerid, OdgovorTD, 2);
PlayerTextDrawColor(playerid, OdgovorTD, -1);
PlayerTextDrawUseBox(playerid, OdgovorTD, 1);
PlayerTextDrawBoxColor(playerid, OdgovorTD, 129);
PlayerTextDrawSetShadow(playerid, OdgovorTD, 0);
PlayerTextDrawSetOutline(playerid, OdgovorTD, 1);
PlayerTextDrawBackgroundColor(playerid, OdgovorTD, 255);
PlayerTextDrawFont(playerid, OdgovorTD, 1);
PlayerTextDrawSetProportional(playerid, OdgovorTD, 1);
PlayerTextDrawSetShadow(playerid, OdgovorTD, 0);
PlayerTextDrawSetSelectable(playerid, OdgovorTD, 1);
OdgovorTD = CreatePlayerTextDraw(playerid, 322.750000, 334.892242, "B_)_Preticanje");
PlayerTextDrawLetterSize(playerid, OdgovorTD, 0.214999, 1.301332);
//PlayerTextDrawTextSize(playerid, OdgovorTD, 0.000000, 217.000000);
PlayerTextDrawAlignment(playerid, OdgovorTD, 2);
//PlayerTextDrawColor(playerid, OdgovorTD, -1);
PlayerTextDrawUseBox(playerid, OdgovorTD, 1);
PlayerTextDrawBoxColor(playerid, OdgovorTD, 129);
PlayerTextDrawSetShadow(playerid, OdgovorTD, 0);
PlayerTextDrawSetOutline(playerid, OdgovorTD, 1);
PlayerTextDrawBackgroundColor(playerid, OdgovorTD, 255);
PlayerTextDrawFont(playerid, OdgovorTD, 1);
PlayerTextDrawSetProportional(playerid, OdgovorTD, 1);
PlayerTextDrawSetShadow(playerid, OdgovorTD, 0);
PlayerTextDrawSetSelectable(playerid, OdgovorTD, 1);
Ovo za for petlju ako mislimo na isto, moram da pristupim za jednim vecem, zato sto ako ima 16 Textdraw-ova i stavim npr: for(new i = 0; i <= 16; i++) A Ima 16 Textdraw-ova onda mi nece ucitati taj zadnji 16-ti TD, zato sam i stavljao za jedan vise uvek...